[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.10'
Florian Forster
octo at verplant.org
Mon Feb 7 08:47:46 CET 2011
src/exec.c | 4 ----
src/ntpd.c | 19 ++++++++++---------
src/utils_threshold.c | 32 +++++++++++++++++++++++++++++---
3 files changed, 39 insertions(+), 16 deletions(-)
New commits:
commit ce0118ae5a67654cce06dddc9998dc494beb4251
Merge: a24baf2 48cde21
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Mon Feb 7 08:47:18 2011 +0100
Merge branch 'collectd-4.9' into collectd-4.10
commit 48cde211ba0b69555478b2069ca0bc4051661b0b
Author: Florian Forster <octo at huhu.verplant.org>
Date: Mon Feb 7 08:31:37 2011 +0100
exec plugin: Remove useless preprocessor stuff.
commit a294a8d4bc4779fc893575d62b7e50f969a94772
Author: Florian Forster <octo at huhu.verplant.org>
Date: Fri Jan 28 09:18:16 2011 +0100
ntpd plugin: Report failures of "ntpd_do_query" as *errors*, not debug messages.
commit 77732cd2a61b8230a033bed8f82fe10d68e64da5
Author: Florian Forster <octo at huhu.verplant.org>
Date: Thu Jan 13 08:57:24 2011 +0100
src/utils_threshold.c: Fix creation of percentage notifications.
Joey Hess has reported a problem when creating notifications from
percentage thresholds. Because the (percentage) minimum value is
compared to the (raw) DS value, the following message is possible:
Message: Host XXX, plugin df type df (instance root): Data source
"free" is currently 1773072384.000000. That is above the warning
threshold of nan%.
A new section will handle this case correctly. In the inverted case, the
problem should not exist.
More information about the collectd-changes
mailing list