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

Florian Forster octo at verplant.org
Tue Feb 28 10:12:54 CET 2012


 AUTHORS               |    3 +
 README                |    4 +
 configure.in          |   17 ++++
 src/Makefile.am       |    8 ++
 src/collectd.conf.in  |    6 ++
 src/collectd.conf.pod |   25 ++++++
 src/md.c              |  218 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/types.db          |    1 +
 8 files changed, 282 insertions(+), 0 deletions(-)

New commits:
commit 409150015a3a8265a48ecf3f7abb9f03b560c624
Merge: db1443b fb3bac1
Author: Florian Forster <github at nospam.verplant.org>
Date:   Tue Feb 28 01:12:09 2012 -0800

    Merge pull request #36 from octo/mh/softraid
    
    Merge the "md" plugin, collecting disk counts from Linux software-RAID devices.

commit fb3bac1d91b44e3e18347e04c7a49442ad1a09db
Author: Florian Forster <octo at collectd.org>
Date:   Tue Feb 28 10:10:10 2012 +0100

    AUTHORS, README: Add Michael Hanselmann / the md plugin.

commit f1109e67e3e89e86e8ea681d6aedbf8b6e62767e
Author: Florian Forster <octo at collectd.org>
Date:   Tue Feb 28 10:06:54 2012 +0100

    collectd.conf(5): Update the information on the md plugin.

commit 00e89362489f8d6bca1bdad39d2293b1cbc11771
Author: Florian Forster <octo at collectd.org>
Date:   Tue Feb 28 09:54:59 2012 +0100

    md plugin: Change metrics so each disk is reported only once.
    
    This hopefully makes graphing easier.

commit 9ce2a30d4ef0e9763a245d16da98afc626c10846
Author: Michael Hanselmann <public at hansmi.ch>
Date:   Wed Feb 23 00:18:12 2011 +0100

    Plugin for Linux Software-RAID devices
    
    This is an initial implementation of a plugin to collect information
    about Linux Software-RAID (md) devices. It reports the number of
    component devices, number of devices in array, number of active,
    working, failed and spare disks.
    
    Change-Id: Id0ba8e678f33153112e9999c6341dd2ce71b10c0
    Signed-off-by: Michael Hanselmann <public at hansmi.ch>
    Signed-off-by: Florian Forster <octo at collectd.org>




More information about the collectd-changes mailing list