[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sun Nov 23 19:10:18 CET 2008
configure.in | 2 +
src/Makefile.am | 8 ++
src/collectd.conf.in | 37 ++++----
src/collectd.conf.pod | 87 ++++++++++++++++
src/filter_chain.c | 48 +++++++--
src/match_regex.c | 5 +-
src/target_set.c | 267 +++++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 423 insertions(+), 31 deletions(-)
New commits:
commit 98229d2c767c2acb9850ac0468144b73c25c75d5
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Nov 23 19:09:53 2008 +0100
collectd.conf(5): Document the regex match and the set target.
commit eb30b842f4ee4d68f68d8a6ba17e0109b6777565
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Nov 23 19:07:10 2008 +0100
regex match: Require *all* regular expressions to match.
Before, when there were multiple regular expressions for the same field,
for example the host, only of of those regular expressions needed to
match for a successful overall match.
The new behavior is not that *all* regular expressions need to match for
a successful overall match. This makes the behavior much easier to
understand.
commit 27833e4102a75b79840784ba9106816bfc519625
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Nov 23 19:06:53 2008 +0100
set target: Don't allow setting of the `type' field.
commit 92d840921668dfc6a80684551d916206933b9c70
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Nov 23 18:19:34 2008 +0100
set target: Implement a target to set fields in a value list.
It's currently possible to re-set the `type'. This is most likely not
good and will result in unpredictable behavior. I'll remove that,
probably.
commit 5b3b5d816abdf39b1163d2819049ba272fa5dcf8
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Nov 23 18:15:36 2008 +0100
regex match: Add myself to the list of copyright holders.
Sebastian insisted on it ;)
commit 57c7b8d310f7e35b5d9913d5a12502201e929da7
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Nov 23 17:22:48 2008 +0100
src/filter_chain.c: Beatify debug and warning messages.
commit bd77780e9c9dc792e55fa32ff03b8c059f1a2ca7
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Nov 23 17:22:12 2008 +0100
src/filter_chain.c: Actually abort default targets when one signals `stop'.
It should not behave as documented.
commit fb68990adb1523c2cbffd07c60171564ea5ca20c
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Nov 23 17:20:37 2008 +0100
src/filter_chain.c: Fix a rather unimportant typo.
commit 94c08075690d79afc3cf92c325e62cdc8b719792
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Nov 23 13:47:20 2008 +0100
collectd.conf.in: Add something for the filtering stuff.
Mostly a pointer to the manual page for now.
commit 7c595b0513a7023144f7540e63e8e61274daaa83
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Nov 23 13:46:18 2008 +0100
collectd.conf(5): Add an example to the filter documentation.
More information about the collectd-changes
mailing list