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

Florian Forster octo at verplant.org
Sun Jun 3 22:44:31 CEST 2007


 configure.in          |    2 
 src/Makefile.am       |   10 
 src/collectd-snmp.pod |  176 ++++++++
 src/configfile.c      |   73 +++
 src/configfile.h      |    9 
 src/plugin.c          |   12 
 src/plugin.h          |   10 
 src/rrdtool.c         |  435 +++++++++++++-------
 src/snmp.c            | 1074 ++++++++++++++++++++++++++++++++++++++++++++++++++
 9 files changed, 1644 insertions(+), 157 deletions(-)

New commits:
commit e71b0716ca4c0a3df8ffae073d66535a7f61d70e
Merge: 31fe69124fa9d1c9c560df5f2e0a0900e656c7e9 e54422627ebdf44c74f28fbfed88087a3c7a409e
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Jun 3 22:44:03 2007 +0200

    Merge branch 'ff/rrdqueue'

commit 31fe69124fa9d1c9c560df5f2e0a0900e656c7e9
Merge: b2b34e32f8eb39b3374d09b4d23100da5da2db90 3fbddc8d4457e65a5811ab060bf668430f784f18
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Jun 3 22:43:43 2007 +0200

    Merge branch 'ff/snmp'

commit e54422627ebdf44c74f28fbfed88087a3c7a409e
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Jun 3 19:05:34 2007 +0200

    rrdtool plugin: Fixed some bugs in the queueing-code.

commit 7ff716579c6ed159366ef3dfd3132efb6f744ce0
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon May 28 21:43:31 2007 +0200

    src/configfile.c: Pass the `oconfig_item_t' types to the plugins if they request it.

commit fcb0810fa9eb88c28e63fca46ca9c95dc86d44bb
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon May 28 12:29:13 2007 +0200

    rrdtool plugin: Queue values to be written, but don't write them synchronously.

commit 3fbddc8d4457e65a5811ab060bf668430f784f18
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Jun 2 12:06:19 2007 +0200

    collectd-snmp(5): Fix some errors and typos.

commit 2608742b155472217a31b0781ab569926cbe54ba
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Jun 1 18:06:52 2007 +0200

    snmp plugin: Cast the `bitstring' to (char *).
    
    The implementation apparently differs between versions.

commit 4a5e7a39a7a3ecbc009c85215608ecec970cedf1
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Jun 1 18:03:45 2007 +0200

    collectd-snmp(5): Added a manpage for the SNMP plugin.

commit 0d34998043ea3daf6e1d0191c41151bb38147cf6
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Thu May 31 13:48:53 2007 +0200

    snmp plugin: Implemented fetching of tables.
    
    This also works with ``sparse tables'' where rows are missing or some columns
    are not defined in all rows. That may be improved still, though.

commit 8d9f6eb2f923b366aae9290e5cb89f07efa74a74
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Thu May 31 11:12:37 2007 +0200

    snmp plugin: First experimental code to read an SNMP-table.

commit 2aafb6b932b2b28fde2a81c9c17fe13634a5a16e
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed May 30 19:25:21 2007 +0200

    snmp plugin: Added the first prototype of an SNMP plugin.
    
    Querying simple values already works.

commit 35a61709925727b49e68a5f084e74c47e3402d32
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon May 28 21:43:31 2007 +0200

    src/configfile.c: Pass the `oconfig_item_t' types to the plugins if they request it.




More information about the collectd-changes mailing list