[collectd] FreeBSD interval?

2010-07-20 Thread Denis Melnikov
Hi! What is the default interval in FreeBSD? It seems to me to be 70, not 10. $ rrdtool fetch /var/db/collectd/myhost/cpu-0/cpu-user.rrd AVERAGE -r 10 | tail 1279629050: nan 1279629120: nan 1279629190: nan 1279629260: nan 1279629330: nan 1279629400: nan 1279629470: nan 1279629540: nan 1279629610:

[collectd] How to build perl plugin on Solaris?

2010-08-20 Thread Denis Melnikov
Hi, all! Solaris 10. I'm trying to build collectd-4.10.1 with perl plugin, but get no success. I tried the following ways: $ ./configure --with-libperl=/usr/bin/perl $ CPPFLAGS=-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE \ LDFLAGS=-L/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE \ LIBS=-lperl \

[collectd] nginx plugin failed

2010-08-30 Thread Denis Melnikov
Hi! collectd-4.9.2_1 FreeBSD 7.0-RELEASE After several days of pure work nginx plugin has failed with the following messages logged: nginx plugin: curl_easy_perform failed: Failed writing body (853 != 1448) read-function of plugin `nginx' failed. Will suspend it for 20 seconds. Collectd

[collectd] Remind: Nginx plugin failed

2010-09-01 Thread Denis Melnikov
Hi! collectd-4.9.2_1 FreeBSD 7.0-RELEASE curl 7.20.1 After several days of pure work nginx plugin has failed with the following messages logged: nginx plugin: curl_easy_perform failed: Failed writing body (853 != 1448) read-function of plugin `nginx' failed. Will suspend it for 20 seconds.

[collectd] Can't run collectd on Solaris

2010-09-13 Thread Denis Melnikov
Hi! collectd-4.10.1 SPARC Solaris 10 collectd complains about absent plugins while they are in place. # ./collectd -t lt_dlopen (/opt/collectd/lib/collectd/logfile.so) failed: file not found Unable to load plugin logfile. Found a configuration for the `logfile' plugin, but the plugin isn't

Re: [collectd] Can't run collectd on Solaris

2010-09-16 Thread Denis Melnikov
LoadPlugin syslog LoadPlugin cpu LoadPlugin rrdtool Hopefully, Denis -Original Message- From: collectd-boun...@verplant.org [mailto:collectd-boun...@verplant.org] On Behalf Of Denis Melnikov Sent: Monday, September 13, 2010 7:08 PM To: collectd@verplant.org Subject: [collectd] Can't run

Re: [collectd] [patch] add a few more metrics/types to mysql plugin

2011-10-17 Thread Denis Melnikov
Hi! It should be much more useful to incorporate Percona's MySQL Cacti collection [1] it the plugin, IMHO. Sincerely, Denis [1] http://code.google.com/p/mysql-cacti-templates/wiki/MySQLTemplates -Original Message- From: collectd-boun...@verplant.org