Re: [collectd] [PATCH] Plugin for Linux Software-RAID devices

2011-10-07 Thread Michael Hanselmann
On Sat, Aug 27, 2011 at 4:29 PM, Florian Forster wrote: > On Wed, Aug 24, 2011 at 11:07:26PM +0200, Michael Hanselmann wrote: >> I noticed some patches were applied yesterday. Any chance this patch >> could be looked at? > > thank you very much for your patch and thank

Re: [collectd] [PATCH] Plugin for Linux Software-RAID devices

2011-08-24 Thread Michael Hanselmann
Hello On Wed, Feb 23, 2011 at 12:18 AM, Michael Hanselmann wrote: > 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

[collectd] [PATCH] Plugin for Linux Software-RAID devices

2011-02-22 Thread Michael Hanselmann
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. Signed-off-by: Michael Hanselmann --- This is a patch I already

Re: [collectd] [PATCH] Plugin for Linux Software-RAID devices

2010-10-06 Thread Michael Hanselmann
Hi Florian On Wed, Oct 6, 2010 at 2:17 PM, Florian Forster wrote: > On Wed, Oct 06, 2010 at 12:26:24AM +0200, Michael Hanselmann wrote: >> It reports the number of component devices, number of devices in >> array, number of active, working, failed and spare disks. > >

[collectd] [PATCH] Plugin for Linux Software-RAID devices

2010-10-05 Thread Michael Hanselmann
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. Signed-off-by: Michael Hanselmann --- Please let me know if