Monitoring software disk RAID
From Tech-Wiki
Revision as of 08:27, 27 January 2011 by Jebr (Talk | contribs) (Created page with "How to monitor mac software disk raid 0. Best app is $20 - http://www.mazadigital.com/support/raidmonitor/index.html If you don't want to pay, cron this: if [ `/usr/sbin/diskut...")
How to monitor mac software disk raid 0. Best app is $20 - http://www.mazadigital.com/support/raidmonitor/index.html
If you don't want to pay, cron this:
if [ `/usr/sbin/diskutil checkRAID | grep -c Online` -lt 3 ]; then /usr/sbin/diskutil checkRAID | mail -s 'RAID Problem!' email@address; fi
Test by running:
/usr/sbin/diskutil checkRAID