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

Florian Forster octo at verplant.org
Thu Oct 11 22:01:37 CEST 2012


 src/snmp.c           |  436 +++++++++++++++++++++++++++++++-------------------
 src/utils_db_query.c |   20 +--
 src/utils_db_query.h |    6 +-
 3 files changed, 281 insertions(+), 181 deletions(-)

New commits:
commit 9039795bcb798f5ad7399afc16ef6770316a878e
Author: Florian Forster <octo at collectd.org>
Date:   Thu Oct 11 21:52:36 2012 +0200

    src/utils_db_query.[ch]: Remove duplicate "const" modifier.

commit 0c78d3b700d6c9cf1c4c5129187a553751a11710
Merge: aa4d1f7 44c9926
Author: Florian Forster <octo at collectd.org>
Date:   Thu Oct 11 10:01:44 2012 +0200

    Merge branch 'ff/snmp' into collectd-4.10

commit 44c9926462e184540504621da51593b33294fa87
Author: Florian Forster <octo at collectd.org>
Date:   Thu Oct 4 07:57:25 2012 +0200

    snmp plugin: Fix incorrect comparison in csnmp_oid_compare().

commit bba1e9a442fc723a1b83648e40ba07900ffac91d
Author: Florian Forster <octo at collectd.org>
Date:   Wed Oct 3 08:32:20 2012 +0200

    snmp plugin: Check the return value of csnmp_oid_suffix().
    
    Also fix an issue where the complete OID is compared with only the suffix.
    
    Thanks to Mark Juric to test the changes and point out these problems.
    
    Issue: #131

commit b4f54ca965c7895c46fa9211085025fb499b00e3
Author: Florian Forster <octo at collectd.org>
Date:   Tue Oct 2 09:28:32 2012 +0200

    snmp plugin: Fix iterating over tables without an instance configuration.
    
    Also should fix incorrect handling of instance values; the first one would
    be skipped.

commit 742e939aa454784382e51fc9bdd82f18314b635c
Author: Florian Forster <octo at collectd.org>
Date:   Sun Sep 23 11:50:57 2012 +0200

    snmp plugin: Improve subtree matching.
    
    Some MIBs use subtrees with an unusual OID naming schema. For example,
    some network hardware encodes the MAC address in the last six parts of
    the OID. Previously, the code only checked the last part of the OID
    ("sub-id") and assumed this was increasing. This assumption is not true
    in such naming schemas and is not required by SNMP. This patch fixes
    this behavior by comparing the entire "OID suffix".
    
    This hopefully fixes Github issue #131.

commit 69f341f4042f56279be79501d3222c6cb1382e85
Author: Florian Forster <octo at collectd.org>
Date:   Sun Sep 23 11:44:39 2012 +0200

    snmp plugin: Expand tabs.

commit 016a811dbfeb8db07c78e9e660463abf0daac824
Author: Florian Forster <octo at collectd.org>
Date:   Tue Sep 18 08:40:00 2012 +0200

    snmp plugin: Rename a couple of confusing variables.
    
    "head" and "tail" are way better names, I hope.

commit 262bb701c8e79a2234530f832bf9cca6b90303ad
Author: Florian Forster <octo at collectd.org>
Date:   Tue Sep 18 08:29:26 2012 +0200

    snmp plugin: Improve some comments.




More information about the collectd-changes mailing list