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

Florian Forster octo at verplant.org
Tue Dec 8 21:38:59 CET 2009


 src/collectd.conf.pod |   11 +++++++++
 src/ping.c            |   58 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/plugin.c          |   16 ++++++++-----
 src/utils_heap.c      |    4 +-
 src/utils_heap.h      |    4 +-
 5 files changed, 83 insertions(+), 10 deletions(-)

New commits:
commit c8b285ebdbeb0530d0373713519b0c841fd93a12
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Jul 30 17:34:24 2009 +0200

    src/plugin.c: Warn if plugin_register_*() overwrites an existing callback.

commit 05cbd5a7444e64c6d921dca93bc713d1fb0769d3
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Jul 30 17:33:43 2009 +0200

    src/plugin.c: Fixed a function name in an error message.

commit a55e821f4a497ca57161a023206cee5f21f3aed2
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Jul 28 22:23:26 2009 +0200

    utils_heap: Fixed a typo: c_head_get_root() -> c_heap_get_root().
    
    ;-)

commit edb6c3544ab2755c85e8931cbef960e9cedd48cf
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Jul 22 21:45:59 2009 +0200

    ping plugin: Added "SourceAddress" and "Device" configuration options.
    
    As the name suggests, these options may be used to set the source address and
    the outgoing device for ICMP_ECHO requests, just like oping's -I and -D
    options.




More information about the collectd-changes mailing list