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

Florian Forster octo at verplant.org
Sun Mar 11 12:15:33 CET 2012


 src/snmp.c |   27 ++++++++++++++++++++++-----
 1 files changed, 22 insertions(+), 5 deletions(-)

New commits:
commit b606324377a50ef87d6dd79464ab7902d81dc36d
Author: Florian Forster <octo at collectd.org>
Date:   Sun Mar 11 12:13:37 2012 +0100

    snmp plugin: Keep track of signedness of ASN values.
    
    Prior to this, the signed variant was used when casting to gauge_t. This caused
    problems with values larger than 2^31-1, since they were casted to negative
    values.
    
    Hopefully fixes GitHub issue #50.




More information about the collectd-changes mailing list