src/utils_threshold.c: Added configuration code for threshold values.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 28 Oct 2007 19:15:43 +0000 (20:15 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 28 Oct 2007 19:15:43 +0000 (20:15 +0100)
commit85f213fdfa7c5a1c2e2eb0383bfacf29f2fffba9
treef5de737286ff88e8ba4d32cfbd6993b8f95d2506
parentb21548a1cc53f2130b5a474fe79f427b4d3675c6
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 ;)
src/Makefile.am
src/utils_threshold.c [new file with mode: 0644]