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

Florian Forster octo at verplant.org
Fri Oct 3 22:15:46 CEST 2008


 README                      |   44 +++-
 src/libiptc/Makefile.am     |    4 +-
 src/libiptc/README.collectd |   25 +++
 src/libiptc/libip6tc.c      |    2 +-
 src/libiptc/libip6tc.h      |    4 +-
 src/libiptc/libiptc.c       |  476 ++++++++++++++++++++++++++++++++++++++++---
 src/libiptc/libiptc.h       |    4 +-
 src/libiptc/libxtc.h        |   53 +++++
 src/libiptc/xtables.h       |  239 ++++++++++++++++++++++
 9 files changed, 802 insertions(+), 49 deletions(-)

New commits:
commit a06380ec6096a4fff34505d37f60431bf0b532ea
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Oct 2 15:08:09 2008 +0200

    README: Added missing plugins.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 22b86ccc6911908a176be932ce0aac03da7f1a46
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Oct 2 15:07:20 2008 +0200

    README: Updated information about librrd and libstatgrab.
    
    The info about librrd still talked about "client mode" while libstatgrab still
    mentioned that CPU and disk statistics would not be supported.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit dc458affad5ee83fd2bcb1415b18ba105bfeb27f
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Oct 2 15:04:44 2008 +0200

    README: Mention the shipped copy of libiptc.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 1d5df6403b911255394e37023b467a94b70f54e3
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Oct 2 15:02:18 2008 +0200

    libiptc: Included a copy of xtables.h and libxtc.h.
    
    The shipped copy of "xtables.h" is now used instead of the one possibly
    available on the system. This avoids possible inconsistencies between the
    shipped version of libiptc and the one available on the system. Also, it
    removes the dependency on the iptables development files.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 43668c3afcb5008e2dec52d2570f3aec862be267
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Oct 2 14:58:45 2008 +0200

    Added src/libiptc/README.collectd.
    
    This file is used to explain why libiptc is included in collectd, which
    iptables version it's taken from and what changes have been applied.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 2e12aacc24a6765c17c2fc0e5909d2138c3a6114
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Oct 2 14:56:12 2008 +0200

    libiptc: Updated from version 1.4.0 to 1.4.1.1.
    
    This brings the library in sync with the latest stable upstream release. Now,
    libiptc.c:standard_target_map() is declared static in the upstream sources, so
    we no longer need to modify that ourselves.
    
    The update includes, amongst others, fixes for a build failure with glibc 2.8,
    some compiler warnings, an incorrect ruleset dump (netfilter issue #104) and a
    scalability issue for chain list "name" searching.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>




More information about the collectd-changes mailing list