[collectd-changes] collectd, the system statistics collection daemon: Changes to 'pyr/pf'

Florian Forster octo at verplant.org
Sat Mar 5 14:11:38 CET 2011


New branch 'pyr/pf' available with the following commits:
commit e30def5f873ca992ea0b8175cee975a3cc4889b8
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Feb 27 08:55:08 2011 +0100

    Build system: Add the pf plugin.

commit 8c78283852afbe9499a923c08d00e67763f96a66
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Feb 27 08:44:51 2011 +0100

    pf plugin: Various improvements.
    
    The socket handling has been improved so the socket is kept open. This
    hopefully reduces overhead. A shutdown callback has been added to close
    the socket cleanly when shutting down.
    
    The init function has been removed, since it only checked whether or not
    the pf subsystem is running. This check has been moved to the read
    callback, which will complain about this. This will let the plugin work
    even if collectd is started before the pf subsystem.
    
    Inclusion of the "collectd.h" header has been moved up, so compilation
    with standards flags and other configuration works as expected.
    Duplicate header files, e.g. <errno.h>, have been removed.
    
    The "test mode" preprocessor blocks have been removed.

commit a2fef186f4588011004e0ff12e49167de4b4a332
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Feb 27 08:15:50 2011 +0100

    pf plugin: Fix indentation.
    
    Two lines used spaces, all others used tabs. Whitespace in otherwise
    empty lines has been removed.

commit 359960151bae41769eca8a49cc80f35624414514
Merge: 6194ec7 65bd5a9
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Feb 27 08:15:17 2011 +0100

    Merge branch 'pyr/pf-gist' into pyr/pf

commit 65bd5a9c15cea2b22dd725d0f1430c15d9fc727e
Author: Florian Forster <octo at verplant.org>
Date:   Sun Feb 27 07:34:35 2011 +0100

    Move "pf.c" to "src/pf.c".

commit 44d2e9e3ae5372a48830ab245a2539ec1989736f
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date:   Thu Feb 17 01:51:22 2011 -0800

    pf plugin: Fix file descriptor leak.

commit f6862f1932b91b9375922e196dd5a2be3cee6ce7
Author: Pierre-Yves Ritschard <pyr at spootnik.org>
Date:   Wed Feb 16 09:43:50 2011 -0800

    pf plugin: Add plugin for OpenBSD's packet filter "pf".




More information about the collectd-changes mailing list