[collectd] [PATCH 2/2] Add config file for init script Separate mackages for rrdtool/rrdcached Run as non-privileged user

2011-09-06 Thread Fabien Wernli
Signed-off-by: Fabien Wernli c...@faxm0dem.org --- contrib/redhat/collectd.conf |6 - contrib/redhat/collectd.spec | 41 ++-- contrib/redhat/init.d-collectd| 15 ++--- contrib/redhat/rrdcached.conf |9 contrib

Re: [collectd] perl -mCollectd --error-- Bareword LOG_ERR not allowed while strict subs in use at Collectd.pm line 164.

2011-11-28 Thread Fabien Wernli
Hi, On Tue, Oct 25, 2011 at 12:58:21PM -0700, Brian Shore wrote: I don't see any response to this post (April 21, 2011). I'm getting the same result under CentOS 5, perl 5.8.8, Collectd 5.0.1. I don't see any changes in the git log for Collectd.pm that would seem toeffect this in any prior

Re: [collectd] dynamic types for network plugin?

2011-12-02 Thread Fabien Wernli
Hi, On Thu, Dec 01, 2011 at 08:21:14AM -0800, Sage Weil wrote: Resending this, since I haven't heard anything. This really seems like a general problem with dynamically typed plugins mixed with the network plugin. So I give it you're using plugin_register_data_set() in your plugin?

Re: [collectd] Collectd complex perl plugin question ...

2012-04-04 Thread Fabien Wernli
Hi, On Wed, Apr 04, 2012 at 10:58:07AM +0200, Sebastian Harl wrote: However, you could simple skip a couple of intervals in the read callback function. I.e., use a global variable (for each instance of the callback) to count down the number of intervals to be skipped. Make sure to return 0 in

Re: [collectd] Collectd complex perl plugin question ...

2012-04-04 Thread Fabien Wernli
Hi, On Wed, Apr 04, 2012 at 12:53:18PM +, Sebastien Cramatte wrote: Thanks a lot for snippet. I've still have an issue :( Found a configuration for the Mine plugin, but the plugin isn't loaded or didn't register a configuration callback. In my plugin source I've got this line ...

Re: [collectd] Modbus segfault

2012-05-15 Thread Fabien Wernli
Hi, On Fri, May 04, 2012 at 11:23:42AM +0200, colle...@faxm0dem.org wrote: Attached patch solves this (to be applied agains stefan's fork). Stefan: can you add it to your github, then issue a pull request? Attachement didn't make it. Here's the fork:

Re: [collectd] collectd 5.10 threading

2012-09-17 Thread Fabien Wernli
Hi, On Fri, Sep 14, 2012 at 05:37:08PM +0200, Cyril Feraudet wrote: A friend of mine is currently writing a plugin to do aggregation of metric directly in Collectd if this is the subject. You are aware of the following branch, aren't you?

Re: [collectd] New aggregator plugin basic_aggregator (#136)

2012-10-12 Thread Fabien Wernli
Hi, Adding a configuration reload is an excellent idea, and is one of the big missing features of collectd IMHO. I quite agree with Lindsay's remarks: there should simply be a warning for the plugins that don't support reconfiguration. On the other hand, maybe there should be the option to

Re: [collectd] New aggregator plugin basic_aggregator (#136)

2012-10-13 Thread Fabien Wernli
On Sat, Oct 13, 2012 at 09:27:25AM +0200, Sebastian Harl wrote: most/many/all parts of collectd actually support reconfigure as people might expect too much from SIGHUP else. agreed Just to be sure: the main collectd thread has no control over its child threads in the current implementation?

Re: [collectd] Modbus plugin seems to read garbage values

2012-10-13 Thread Fabien Wernli
Hi, On Fri, Oct 12, 2012 at 05:30:32PM +0200, Gerry Demaret wrote: I've been playing with the modbus plugin to read the values from a Schneider Electric PowerLogic EGX100. I'm using Debian testing which has collectd 5.1. Are you sure the device is sending correct values? We've got an EGX400,

Re: [collectd] Plugins values

2013-02-08 Thread Fabien Wernli
Hi, On Thu, Feb 07, 2013 at 01:33:19PM +0100, Frédéric Pégé wrote: The load values are returned in 3 different values under the same item. load/load. Values are longterm, shortterm and midterm. And I'm ok with that. Just my two cents on loadavg: IMHO it's totally useless to keep anything else

Re: [collectd] Collectd Nagios IP Socket

2013-02-15 Thread Fabien Wernli
Hi, On Thu, Feb 14, 2013 at 10:05:31PM +, Crowder, Travis wrote: Is there a way for Collectd and Nagios to play together over an IP socket instead of a Unix socket? There's always nrpe, if you want an even simpler solution ___ collectd mailing

Re: [collectd] Fwd: [5.1] Multiple mysql instances?

2013-03-18 Thread Fabien Wernli
Hi Jacek, On Mon, Mar 18, 2013 at 09:37:22AM +0100, Jacek Osiecki wrote: LoadPlugin mysql Plugin mysql Database sqlone User backup Password Host 192.168.0.21 Database mysql #Socket

Re: [collectd] Collectd, snmp linux interface stats

2013-06-17 Thread Fabien Wernli
Hi, If I were you I'd use one of the latest collectd builds, which has a fix [1] which seems to address issues ppl are having especially on Cisco hw. Cheers [1] https://github.com/collectd/collectd/issues/131 On Sun, Jun 16, 2013 at 11:48:38PM +0800, Brendan Horan wrote: Hi List, I am

Re: [collectd] notify_email no longer working...

2013-10-14 Thread Fabien Wernli
Hi, You should use Plugin threshold instead of Threshold There is a docbug which has been fixed https://github.com/collectd/collectd/pull/443 Cheers On Fri, Oct 11, 2013 at 11:02:59PM +0200, Dirk Geschke wrote: Hi all, I have just noticed, that notify_email is no longer working. And it