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

Florian Forster octo at verplant.org
Wed Jul 2 15:22:42 CEST 2008


 configure.in    |    2 +
 src/Makefile.am |    8 ++
 src/qmail.c     |  237 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 247 insertions(+), 0 deletions(-)

New commits:
commit 730fef354f164c120cda3fcd929ad133e91a378f
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Jul 2 15:21:27 2008 +0200

    Build system: Added the qmail plugin.

commit cc1d8ce8d6f95e0c0eb6d51c6abe527806ed60ab
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Jul 2 15:21:03 2008 +0200

    qmail plugin: Various cleanups and bugfixes.

commit 6337579783cb9c96f5ccb647b53decf4f1ba4f6e
Author: Alessandro Iurlano <alessandro.iurlano at gmail.com>
Date:   Wed Jul 2 14:23:46 2008 +0200

    qmail plugin: Added a plugin to count messages in qmail queues.
    
    Hello.
    Here is my first collectd plugin.
    It shows the two values of qmail queues, messages and todo.
    The latter should be zero in normal cases. I included it because it
    may help diagnose problems.
    Maybe a config parameter could be added for it.
    
    It supports a parameter for the Qmail base directory:
    
    <Plugin qmail_queue>
           QmailDir "/var/qmail"
    </Plugin>
    
    Feel free to modify it if you need.
    Alessandro




More information about the collectd-changes mailing list