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

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


 bindings/Makefile.am |   51 ++++--
 configure.in         |    2 +-
 src/Makefile.am      |    5 +
 src/snmp.c           |  432 +++++++++++++++++++++++++++++++-------------------
 4 files changed, 311 insertions(+), 179 deletions(-)

New commits:
commit ab6ab6ad6428ba0a0987a20a7d1cfa47d6cc6f8b
Merge: d19bcbf 0c78d3b
Author: Florian Forster <octo at collectd.org>
Date:   Thu Oct 11 10:07:41 2012 +0200

    Merge branch 'collectd-4.10' into collectd-5.0
    
    Conflicts:
    	src/snmp.c

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 aa4d1f798ab410b042330ab328cc82a458e8ea8f
Author: Florian Forster <octo at collectd.org>
Date:   Tue Sep 25 12:32:50 2012 +0200

    configure: Only set the Perl interpreter if the argument is a file.
    
    This fixes Github issue #137.

commit 0adc8f8e97a40c383db16024c50fd0cdd7fe8336
Author: Yves Mettier <ymettier at free.fr>
Date:   Mon Sep 17 15:46:24 2012 +0200

    Fixed bugs that prevented to "make distcheck"
    
    Fixes Github issue #132.
    
    Signed-off-by: Florian Forster <octo at collectd.org>

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