[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Wed Aug 27 13:33:48 CEST 2008
bindings/perl/Collectd/Unixsock.pm | 10 +++-
src/collectd.conf.in | 10 +++
src/snmp.c | 11 +---
src/unixsock.c | 2 +-
src/utils_cmd_getval.c | 46 +++++++++++-----
src/utils_cmd_getval.h | 2 +-
src/utils_parse_option.c | 109 ++++++++++++++++++++++-------------
src/utils_parse_option.h | 1 +
8 files changed, 123 insertions(+), 68 deletions(-)
New commits:
commit c9a388f97676477d05b4bbc8b56bbdaed76c52b1
Author: Florian Forster <octo at noris.net>
Date: Wed Aug 27 12:08:33 2008 +0200
snmp plugin: Fix an off by one error.
The last character of an table instance was truncated. Fortunately empty
strings were caught, so that uninitialized memory was never accessed.
This patch also reverts f782b378: If returning with an error when a string
is empty causes the entire read to fail.
commit aec20e4438a754fe2df160e01adea9f1285fe8af
Author: Florian Forster <octo at noris.net>
Date: Wed Aug 27 11:59:53 2008 +0200
src/utils_cmd_getval.[ch]: Fix handling of identifiers with spaces.
The getval handler now uses the `parse_string' function in
`utils_parse_option' to handle quoted strings correctly.
commit 14e67b873c1c2ae547abe2d096e846ce986e6669
Author: Florian Forster <octo at noris.net>
Date: Wed Aug 27 11:58:09 2008 +0200
src/utils_parse_option.[ch]: Add `parse_string'.
This function can be used by the command handlers to parse simple string
arguments. It's used by `parse_option', too, to avoid redundand code.
Signed-off-by: Florian Forster <octo at noris.net>
commit 4a0051ec9c2d0cd62728804044694c717a06f621
Author: Florian Forster <octo at noris.net>
Date: Wed Aug 27 10:50:44 2008 +0200
src/collectd.conf.in: Add the filecount plugin.
More information about the collectd-changes
mailing list