[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.9'

Florian Forster octo at verplant.org
Mon Aug 16 10:32:40 CEST 2010


 src/utils_match.c |    2 +-
 src/utils_match.h |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit fd4a555fed0d88033e2e5bbe3c84f9847fd1ec22
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Aug 16 10:32:27 2010 +0200

    src/utils_match.h: Fix a bug preventing derive values from being handled correctly.
    
    Due to the bit-wise check, the value for derive (0x30) matches the check
    for gauge (0x10), too. This commit fixes the behavior by assigning other
    numeric values to the defines.




More information about the collectd-changes mailing list