[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'collectd-4.6'
    Florian Forster 
    octo at verplant.org
       
    Wed May 27 11:17:28 CEST 2009
    
    
  
 configure.in      |    2 ++
 src/swap.c        |   10 ++++++++++
 src/utils_cache.c |    4 ++--
 3 files changed, 14 insertions(+), 2 deletions(-)
New commits:
commit a2463af54cf007072aa433c5c1833958ca6050df
Author: Andrés J. DÃaz <ajdiaz at connectical.com>
Date:   Wed May 27 11:14:40 2009 +0200
    src/utils_cache.c: Fix incorrect checking of persistent thresholds.
    
    I attached a patch to solve a problem related with notifications. When a value
    is missing for a while (2 intervals), a FAILURE notification is raised, and if
    Persist is false, the notification is repeated each interval, but man page
    says:
    
      If set to false (the default) then a notification is only generated if a
      value is out of range but the previous value was okay.
    
    So, I think that is a bug, if not I'm sorry for the noise :)
    
    Regards,
      Andres
    
    P.S.: The problem is only a mixing in if conditions into uc_check_timeout
          function.
    
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 799daf946e48c5c3b5f6b016bc9290fe562f062d
Author: Doug MacEachern <dougm at hyperic.com>
Date:   Fri May 22 15:03:57 2009 -0700
    Disable LFS flags to avoid 32-bit solaris sys/swap.h error
    
    
More information about the collectd-changes
mailing list