Monitoring Software Raid Devices with Nagios 2.x
Post by: tom on December 6th, 2007 | File Under MonitoringTags: Monitoring, nagios, software raid
Just found a plugin to monitor the status of software raid devices. Other raid devices like megaide, megaraid, etc. are supported, too. Thanks a lot to Steve Shipway for providing this great tool.
![]()
Supported devices:
Version 1.1: IPS; Solaris, AIX, Linux software RAID; megaide
Version 2.0: Added megaraid, mpt (serveraid), aacli (serveraid)
Download here or from the guys at NagiosExchange.
March 29th, 2008 at 6:46 pm
How did you made this appearing in the web-gui?
CU
Bernd
April 3rd, 2008 at 10:48 am
Installed check_raid on monitored server and added a service check via NRPE:
define service{
use check_tcp
host_name xxxxxx.xxxxxx.tld
service_description Software Raid
check_command check_nrpe!check_raid
contact_groups admins
}