[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.9'
Florian Forster
octo at verplant.org
Wed May 19 12:25:05 CEST 2010
src/libcollectdclient/client.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 2a0b2294b8d0064890a2687d0ce25a8ed2f428f4
Author: Johan Van den Brande <johan at vandenbrande.com>
Date: Wed May 19 12:23:23 2010 +0200
Bugfix for libcollectdclient lcc_putval.
Hello,
I'm using collectd to monitor system and process parameters of our code under
test running on a cluster. The test processes communicate to collectd via the
unixsock plugin, but there was a small error in the client library which I had
to fix first.
The wire format of the putval command is missing a space behind the closing
double quote of the identifier. As I said, it is a small fix, but nevertheless
I attached the patch for client.c. The bug is present in 4.6 (that is the
version I'm using in production), but I fixed it against 4.10.0.
Cheers,
Johan
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
More information about the collectd-changes
mailing list