[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sun Oct 28 20:15:52 CET 2007
src/Makefile.am | 1
src/utils_threshold.c | 383 ++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 384 insertions(+)
New commits:
commit 85f213fdfa7c5a1c2e2eb0383bfacf29f2fffba9
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Oct 28 20:15:43 2007 +0100
src/utils_threshold.c: Added configuration code for threshold values.
The new module `utils_threshold' is supposed to check values and create and
dispatch a notification when the value is not within the threshold.
So far the code is only able to parse a configuration - and even that is
untested so far. It compiles, though ;)
More information about the collectd-changes
mailing list