src/utils_threshold.c: Check all matching thresholds and respect the data source...
authorFlorian Forster <sifnfors@informatik.stud.uni-erlangen.de>
Mon, 14 Apr 2008 15:45:50 +0000 (17:45 +0200)
committerFlorian Forster <sifnfors@informatik.stud.uni-erlangen.de>
Mon, 14 Apr 2008 15:45:50 +0000 (17:45 +0200)
commit447e7c6c61998eec4fde4b489e4e1e2e32290b52
treea9b470af662558a0eacd91f999aab6b7582dcd3f
parente451f60323cc30b26fb88e8e91609fc32c954d26
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
src/utils_threshold.c