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

Florian Forster octo at verplant.org
Sat Apr 18 01:16:47 CEST 2009


 AUTHORS                                 |    3 +
 README                                  |    3 +
 configure.in                            |    4 ++
 contrib/collection.cgi                  |   12 +++++
 contrib/collection3/etc/collection.conf |    7 +++
 contrib/fedora/collectd.spec            |    3 +
 contrib/php-collection/definitions.php  |   12 +++++
 contrib/redhat/collectd.conf            |    1 +
 contrib/redhat/collectd.spec            |    3 +
 src/Makefile.am                         |    8 +++
 src/collectd.conf.in                    |    1 +
 src/conntrack.c                         |   78 +++++++++++++++++++++++++++++++
 src/types.db                            |    1 +
 13 files changed, 136 insertions(+), 0 deletions(-)

New commits:
commit 2239c03fe46755183c756e81ac19cd416a8f0184
Author: Tomasz Pala <gotar at pld-linux.org>
Date:   Tue Mar 31 10:31:29 2009 +0200

    conntrack plugin: Add plugin to collect the connection tracking table size.
    
    Hello,
    
    I've adapted entropy plugin to get nf_conntrack entries, which is
    important on Linux routers. Attached patch.
    
    BTW you may want to take a look at PLD Linux spec file at
    http://cvs.pld-linux.org/cgi-bin/cvsweb/SPECS/collectd.spec or
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/collectd.spec
    as it's much more complex than Fedora, RH or SLES ones which are shipped
    in contrib.
    
    --
    Tomasz Pala <gotar at pld-linux.org>




More information about the collectd-changes mailing list