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

2013-03-18 Thread Jacek Osiecki
Hello, I'm trying to set up again collectd to handle more than one mysql instance per host. The problem is, that there is no information on how to do this - anywhere... When I start collectd, I get the warning: The read function mysql-mysql is already registered. Check for duplicate

[collectd] collectd plugin for monitoring internal values

2013-03-18 Thread Yves Mettier
Hello, How can we monitor internal values of collectd ? - the number of values in the cache (my jsonrpc plugin does it already, but it would be better if there was a dedicated way to do it) - the number of values enqueued in the new write queue (see write_queue_size in #280) - any other

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] [5.1] Multiple mysql instances?

2013-03-18 Thread Jacek Osiecki
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 /Database /Plugin I tried many combinations:

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

2013-03-18 Thread Sebastian Harl
Hi, On Mon, Mar 18, 2013 at 11:12:24AM +0100, Fabien Wernli wrote: 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

[collectd] [PATCH] Get rid of a compiler warning with gcc 4.6.3

2013-03-18 Thread Dan Fandrich
...a futile warning that nevertheless kills the build thanks to -Werror: variable 'status' set but not used --- src/utils_rrdcreate.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/utils_rrdcreate.c b/src/utils_rrdcreate.c index 3b8f342..a34e0da 100644 ---

[collectd] Help on write_mongodb plugin

2013-03-18 Thread Zhou, Yuantai
Hi all, Trying to get collectd work on Ubuntu 12.04. The Ubuntu 12.04 build has collectd 4.10. I want to use the write-mongodb plugin so I modified the /etc/apt/sources.list file adding the deb http://ubuntu.media.mit.edu/ubuntu/ raring main universe. I then ran apt-get update and apt-get