[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Wed Dec 19 15:07:39 CET 2007
src/collectd.conf.pod | 11 +++++++++++
src/utils_threshold.c | 27 ++++++++++++++++++++++++---
src/utils_threshold.h | 24 ++++++++++++++++++++++++
3 files changed, 59 insertions(+), 3 deletions(-)
New commits:
commit d46f48f40cdf847de5cb5fcdf5463d1f3e3f6367
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Wed Dec 19 15:07:33 2007 +0100
src/utils_threshold.h: Documented the public functions.
commit 36c6683fe0b8bb653339f3c854a18276344e4ac0
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Wed Dec 19 15:07:10 2007 +0100
src/utils_threshold.c: Implemented the new `Persist' option.
The idea is that, if the option is set to `true', many notifications will be
sent, until the problem vanishes again. If set to `false' only one notification
will be sent upon a state change.
This, however, is not implemented yet.
More information about the collectd-changes
mailing list