Re: [collectd] zeormq architecture inquiry

2011-08-29 Thread Francois-Xavier Bourlet
Hi guys, Just a little note: The current implementation of ZMQ filter on the subscriber, not on the publisher... Seem that ZMQ v3 is addressing the problem. my 2cents On Mon, Aug 29, 2011 at 9:22 AM, Florian Forster o...@collectd.org wrote: Hi Allan, if you're after distributing the load,

[collectd] [PATCH] fix xff excessive rounding

2011-08-04 Thread Francois-Xavier Bourlet
Hi, When generating arguments for rrd_create, the previous format string %.1f, was rounding up the value too aggressively. ex: for xff==0. the result would be - 1.0 (invalid value for xff!) The new format string is %.10f, which lead up to 10 digits after the dot, enough to be close to the

[collectd] [PATCH] type.db, raise up load limit to 25000

2011-08-04 Thread Francois-Xavier Bourlet
Hi, Under Linux system, IO waiting processes are also counted in the load, leading to really big values, fare above 100 when you have thousands of processes waiting for the sames resources. --- src/types.db |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/types.db

Re: [collectd] Group hosts logically

2011-06-17 Thread Francois-Xavier Bourlet
Hi, Just about the hostname configuration in the collectd.conf: you can put whatever you want. in fact, plugins will use by default the hostname furnished by the configuration file, so some could still try to use the real hostname. Regards, On Fri, Jun 17, 2011 at 9:33 AM, Christian Dervaric

[collectd] Wiki page, LXC

2011-05-04 Thread Francois-Xavier Bourlet
Hello, I am the maintainer of the upcoming plugin LXC. I do not have enough permissions to create the wiki page LXC. Is somebody with necessary rights could do it for me? (octo?) Regards, -- François-Xavier Bourlet ___ collectd mailing list

Re: [collectd] Compiling 5.0 on Ubuntu 11.04

2011-05-03 Thread Francois-Xavier Bourlet
if you are compiling from the latests sources, you can still checkout to the latest but one commit, and try again to build. Pay attention that clean.sh do not clean everything. you would like to checkout in a empty directory before building. On Tue, May 3, 2011 at 6:51 AM, Bill Harris