[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Thu May 31 23:35:45 CEST 2007
src/collectd-exec.pod | 30 ++++++---
src/common.c | 88 +++++++++++++++++++++++++++
src/common.h | 6 +
src/exec.c | 159 ++++++++++++++++++++++++--------------------------
src/perl.c | 2
src/unixsock.c | 54 +---------------
6 files changed, 199 insertions(+), 140 deletions(-)
New commits:
commit 463dec31e5dead2fb9a87568ca551ebb009010dc
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Thu May 31 23:34:29 2007 +0200
collectd-exec(5): Documented the recent changes.
commit e8fec917d643c485d46346b1af33595c32cbbba9
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Thu May 31 23:16:41 2007 +0200
exec plugin: Change the input format so it's identical to the one used in unixsock.
commit d74858511c39ddbb8ac8b8ee7cde7aaf1e83f92e
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Thu May 31 23:16:06 2007 +0200
unixsock plugin: Moved the `parse_identifier' code to `common.c'
The new function `parse_values' in `common.c' can be used to parse
`time:value0:value1:...', as used by RRDTool, the unixsock plugin and, in the
very near future, the exec plugin.
More information about the collectd-changes
mailing list