[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sun Jun 13 15:34:34 CEST 2010
src/collectd.conf.pod | 28 ++++++++++++++++++++
src/configfile.c | 30 ++++++++++++++++++++-
src/configfile.h | 7 ++++-
src/utils_threshold.c | 69 ++++++++----------------------------------------
src/utils_threshold.h | 2 +-
5 files changed, 75 insertions(+), 61 deletions(-)
New commits:
commit 72d9c1553333dc4d6102d2a2f55d81b2c1672a8d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Jun 13 15:33:39 2010 +0200
src/utils_threshold.[ch]: Use "cf_util_get_flag" for config handling.
commit 1d3fe5efee821b312ffc7043734d396edd728af0
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Jun 13 15:25:31 2010 +0200
src/configfile.[ch]: Implement "cf_util_get_flag".
commit 0276fb2cb0506f5ff936d853fb7f58729415e33d
Author: Andres J. Diaz <ajdiaz at connectical.com>
Date: Sun Jun 13 12:36:46 2010 +0200
Complete the collectd.conf man page.
Add explanations for some parameters in thresholds configuration, link
Hysteresis, Hits or Interesting flags.
commit 2d59ee3ef8dfb7b98ef6f6b97e4577227535c718
Author: Andres J. Diaz <ajdiaz at connectical.com>
Date: Sun Jun 13 12:07:37 2010 +0200
Add Interesting option for thresholds
By default all thresholds are interesting, so a missing notification will
dispatched on missing values. Setting the Interesting option to false avoid
to send this notification even if some values are missing.
More information about the collectd-changes
mailing list