[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Mon Nov 24 12:07:22 CET 2008
src/collectd.conf.pod | 64 +++++++++++++++++++++++++-------------
src/filter_chain.c | 80 +++++++++++++++++++++++++++++++++++++-----------
src/filter_chain.h | 5 ++-
src/target_set.c | 2 +-
4 files changed, 107 insertions(+), 44 deletions(-)
New commits:
commit 7dca954f276e3d1786b7c447c3aa63e2743987a8
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date: Mon Nov 24 12:05:24 2008 +0100
src/filter_chain.[ch]: Implement the built-in `return' target.
The `stop' target now aborts all processing of the value completely, `return'
only stops the current chain and continues processing the parent chain.
The collectd.conf(5) manual page has been updated and the `FC_ACTION_*' defines
have been renamed to `FC_TARGET_*'.
More information about the collectd-changes
mailing list