[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'collectd-4.9'
    Florian Forster 
    octo at verplant.org
       
    Thu Jan 13 09:00:14 CET 2011
    
    
  
 src/utils_threshold.c |   32 +++++++++++++++++++++++++++++---
 1 files changed, 29 insertions(+), 3 deletions(-)
New commits:
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