Re: [collectd] Collectd 5.8.1 complains about config errors without giving details

2020-03-10 Thread Ruben Kerkhof
On Mon, Mar 9, 2020 at 7:29 PM Mitch Patenaude wrote: > > I’m running collectd-5.8.1-5.el7.x86_64 on CentOS 7.7. I have a problem on > two machines where collectd complains on startup about config errors: > > [root@xapp04-lv mpatenaude]# collectd > plugin_load: plugin "cpu" successfully loaded.

Re: [collectd] Can't run collectd as unprivileged user in network mode

2018-12-14 Thread Ruben Kerkhof
On Fri, Dec 14, 2018 at 4:52 PM George wrote: > Hi, > > Ok, I was able to fix this by removing the Interface option from the > Listen config. Not sure why but if I specify it manually it will not work. > However listening on all interfaces works just fine. > If you specify a specific interface w

Re: [collectd] Can't run collectd as unprivileged user in network mode

2018-12-14 Thread Ruben Kerkhof
needed. > > but it did not help. > Please help. Thanks in advance. Just a guess, but is SELinux enabled? Any AVC's in your audit logs? > > > ___ > collectd mailing list > collectd@verplant.org > https://mailman.verplant.org/listinfo/collectd Kind regards, Ruben Kerkhof ___ collectd mailing list collectd@verplant.org https://mailman.verplant.org/listinfo/collectd

Re: [collectd] collectd leaks SIGCHLD == SIG_IGN into plugins

2018-11-13 Thread Ruben Kerkhof
by adding: > > signal (SIGCHLD, SIG_DFL); > > to the plugin. However I believe this is a bug in collectd, and it > should sanitize signals (and maybe other things) before running > plugins. > > Rich. Would you mind opening an issue at https://github.com/collectd/collectd/is

Re: [collectd] plugin not unloaded if init function fails

2018-10-25 Thread Ruben Kerkhof
On Wed, Oct 24, 2018 at 6:15 PM, Oleg Rosowiecki wrote: > I've been testing a simple write plugin that captures values from a specific > read plugin and stores them in a predefined location on the file system. > > The init function of my plugin failed and returned 1 to indicate failure. > The log

Re: [collectd] Use pgpass for postgresql plugin

2017-04-10 Thread Ruben Kerkhof
t? > > Best regards, > > Shirly Radco Kind regards, Ruben Kerkhof ___ collectd mailing list collectd@verplant.org https://mailman.verplant.org/listinfo/collectd

Re: [collectd] possible to put a computed value into Hostname in collectd.conf?

2017-04-10 Thread Ruben Kerkhof
Hi Michael, On Wed, Mar 1, 2017 at 10:18 PM, Michael Martinez wrote: > We run collectd on all our Amazon instances. The FQDN that an instance > knows itself as, is its internal ip (eg. > ip-172-1-30-197.ec2.internal), and this is what gets included in the > name of the metric sent by collectd via

Re: [collectd] any way to use tail plugin on systemd journal data?

2017-04-10 Thread Ruben Kerkhof
On Wed, Dec 21, 2016 at 7:45 PM, Łukasz Michalski wrote: > Hi, Hi Łukasz > > Is there any way to use tail plugin on systemd journal data directly? I'm afraid not, journald data is a binary format. > Or is > there any other plugin that can scan systemd journal data? None that I know of. > I kn

Re: [collectd] [PATCH] -- fixes notifications to nagios's named pipe

2017-04-10 Thread Ruben Kerkhof
so we can discuss it there? Kind regards, Ruben Kerkhof ___ collectd mailing list collectd@verplant.org https://mailman.verplant.org/listinfo/collectd

Re: [collectd] collectd installed but no /etc/init.d/collectd

2017-04-10 Thread Ruben Kerkhof
vely, just use the binary collectd rpms from EPEL which handle all this for you, although I'm not sure if there are EPEL builds for system-z. If not, rebuilding from the EPEL srpm is probably the easiest way forward. > > I would appreciate any thoughts. Thanks. Kind regards, Ruben Kerkh

Re: [collectd] "uc_update: Value too old" error

2017-02-28 Thread Ruben Kerkhof
On Mon, Feb 27, 2017 at 10:16 PM, Andreas Schuldei wrote: > this is still an issue for me. > apt-cache policy collectd > collectd: > Installed: 5.4.1-6+deb8u1 > > did anything happen regarding this issue? Should i file a bug somewhere? There are one or more issues about this in the Github issue

Re: [collectd] 5.7.0: issue with internal stats

2016-12-20 Thread Ruben Kerkhof
problem to the collectd mailing list or at > <http://collectd.org/bugs/>. > > Strange thing is though that I'm seeing non-zero Queue Length and Cache Size > metrics being streamed. > > Should I report this as a bug, or has someone already s

Re: [collectd] collectd client / server network plugin advice required

2016-12-12 Thread Ruben Kerkhof
On Mon, Dec 12, 2016 at 4:25 PM, Keith wrote: > Hi, We are having trouble getting collectd client / server networking > working. We think out client / server can talk to each other but for some > reason the data cpu/syslog/interface data from the client isn't getting > logged into our influxdb and

Re: [collectd] Announcement: SystemDataScope

2016-11-29 Thread Ruben Kerkhof
On Sun, Nov 27, 2016 at 12:07 PM, rinigus wrote: > Dear All: Hi Rinigus, > > I would like to announce a GUI for collectd developed for > visualization of recorded datasets. I did make an announcement on IRC, > but at that time this list was not active and this was not done via > the list. > > Sys

[collectd] collectd flooding logs when rrdcached isn't running

2011-01-22 Thread Ruben Kerkhof
/rrdcached.sock) failed with status 2". About 500 times/second. Would it be possible to use an exponential backoff? Kind regards, Ruben Kerkhof ___ collectd mailing list collectd@verplant.org http://mailman.verplant.org/listinfo/collectd

Re: [collectd] [PATCH] Add InterfaceFormat setting to libvirt plugin

2010-06-01 Thread Ruben Kerkhof
Hi Florian, On Tue, Jun 1, 2010 at 16:42, Florian Forster wrote: > Hi Ruben, > > On Sun, May 30, 2010 at 02:57:18PM +0200, Ruben Kerkhof wrote: >> So let's introduce the InterfaceFormat setting When set to 'address' >> it uses the mac address of the interfac

[collectd] [PATCH] Add InterfaceFormat setting to libvirt plugin

2010-05-30 Thread Ruben Kerkhof
Since the interface path changes between reboots of a virtual machine, each reboot generates a new instance in collectd. So let's introduce the InterfaceFormat setting When set to 'address' it uses the mac address of the interface instead of the path. Signed-off-by: Ruben Ke