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

Florian Forster octo at verplant.org
Sun Sep 6 17:27:51 CEST 2009


 configure.in                  |   18 +++++-
 contrib/collectd_unix_sock.rb |  135 +++++++++++++++++++++++++++++++++++++++++
 src/iptables.c                |   31 +++++++++-
 3 files changed, 180 insertions(+), 4 deletions(-)

New commits:
commit e5cb67059718bb37c55831b9c7d62c05bd7dafee
Author: Duncan Mac-Vicar P <dmacvicar at suse.de>
Date:   Sun Sep 6 17:22:37 2009 +0200

    contrib/collectd_unix_sock.rb: Ruby class which abstracts the plain text protocol.
    
    Used to talk to the unixsock plugin.
    
    Signed-off-by: Florian Forster <octo at leeloo.lan.home.verplant.org>

commit b3315d59fb67edf77cfd90519c750ae1ce7e4146
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sun Sep 6 12:14:55 2009 +0000

    iptables plugin: Support the new libiptc API.
    
    When libiptc has been officially made available as a shared library, the API
    and ABI have been changed slightly. By checking for the existance of a type
    that has been removed in that course, configure now checks which version is
    available. This is quite error prone (the type might be re-introduced any
    time), so this should be improved some time - currently, I do not have an idea
    how to do so, though :-/

commit cba0f3fc0e50b9aa9c24e355926b290efa35e8a6
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sun Sep 6 10:36:10 2009 +0000

    configure: Replaced src/libiptc/ with src/owniptc/.




More information about the collectd-changes mailing list