[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Wed Feb 4 14:30:47 CET 2009
src/configfile.c | 6 +-
src/filter_chain.c | 327 ++++++++++++++++++++++++++--------------------------
src/filter_chain.h | 12 ++-
src/plugin.c | 21 +++-
4 files changed, 198 insertions(+), 168 deletions(-)
New commits:
commit 9fbc4088ce8b5c67602e0ee059686aa426c2c637
Author: Florian Forster <octo at huhu.verplant.org>
Date: Wed Feb 4 14:29:45 2009 +0100
src/plugin.c: Add the `{Pre,Post}CacheChain' options and appropriate chains.
The PreCacheChain is executed before the values are added to the cache, the
PostCacheChain afterwards. If no post-cache chain is given, values will be
dispatched to all write plugins by default.
More information about the collectd-changes
mailing list