Re: monitoring software raid...

2005-08-12 Thread Richard Green
On Sat, 13 Aug 2005 09:29 am, Robert Story wrote: > On Wed, 10 Aug 2005 09:58:53 +1000 Richard wrote: > RG> Is there a way to obtain software RAID status for linux kernel using > SNMP, RG> roughly equivalent to cat /proc/mdstat, to see the operational > status (not RG> just existance) of each /dev/

Re: monitoring software raid...

2005-08-12 Thread Robert Story
On Wed, 10 Aug 2005 09:58:53 +1000 Richard wrote: RG> Is there a way to obtain software RAID status for linux kernel using SNMP, RG> roughly equivalent to cat /proc/mdstat, to see the operational status (not RG> just existance) of each /dev/md* (CONFIG_BLK_DEV_MD) RG> RG> Or do I have to write m

monitoring software raid...

2005-08-09 Thread Richard Green
Is there a way to obtain software RAID status for linux kernel using SNMP, roughly equivalent to cat /proc/mdstat, to see the operational status (not just existance) of each /dev/md* (CONFIG_BLK_DEV_MD) Or do I have to write my own SMUX agent? Actually that's probably a bit beyond me... ;) Ch