[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Thu Aug 21 09:28:33 CEST 2008
bindings/perl/Collectd/Unixsock.pm | 6 ++
src/Makefile.am | 1 +
src/unixsock.c | 15 +++--
src/utils_cmd_flush.c | 83 ++++++++++++++++--------
src/utils_cmd_flush.h | 2 +-
src/utils_parse_option.c | 123 ++++++++++++++++++++++++++++++++++++
src/utils_parse_option.h | 29 +++++++++
7 files changed, 223 insertions(+), 36 deletions(-)
New commits:
commit 0f77b589fdee440b959887673c3cd6ed244c215a
Author: Florian Forster <octo at noris.net>
Date: Thu Aug 21 09:26:21 2008 +0200
unixsock plugin et alii: Allow passing of arbitrary identifiers to the FLUSH command.
Due to a bug in the parsing of the FLUSH command, identifiers which
contained spaces would not be accepted. This patch introduces
src/utils_parse_option.[ch], which strips off an option in the form of
name="value" from the beginning of a buffer (removing leading and
trailing spaces) and returns the values found.
The Collectd::Unixsock module is updated to automatically quote
identifiers when necessary.
Many other commands may be effected by this bug, too. They'll be fixed
soon.
More information about the collectd-changes
mailing list