[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Mon Apr 14 17:46:07 CEST 2008
src/utils_threshold.c | 323 ++++++++++++++++++++++++++++++++-----------------
1 files changed, 214 insertions(+), 109 deletions(-)
New commits:
commit 447e7c6c61998eec4fde4b489e4e1e2e32290b52
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date: Mon Apr 14 17:45:50 2008 +0200
src/utils_threshold.c: Check all matching thresholds and respect the data source setting.
This commit breaks up the original `ut_check_threshold' function into some
smaller functions which is much easier to read. Also adds some (hopefully)
informative comments that explain what the functions do.
The changes compile but have not yet been tested! Also, the
collectd.conf(5) manpage needs to be updated.
References: #11
More information about the collectd-changes
mailing list