monitoring netapp fas2240
Posted: Fri Mar 01, 2013 3:45 pm
I am trying to monitor my netapp 2240 using the check-netapp-ng.pl plugin. I have been able to successfully get notifications when a volume it beyond the configured thresholds and nagios shows the current CPU usage and failed disk as 0. Everything appears to be setup correctly, yet when I pull a disk out of my netapp, nagios does not send any notification that a disk has failed. the failed disk monitor continues to report FAILEDDISK as 0. The last time I pulled a disk to test nagios alerts Netapp sent us a new disk within 2 hours, so I know that the system is recognizing the disk as failed and sending an alert to netapp, just not sure why nagios is not picking up on the failure. Below is the alert I have configured in commands.cfg:
define command{
command _name check_netapp_fd
command_line /usr/bin/perl5.13.2 $USER1$/check-netapp-ng.pl -H $HOSTADDRESS$ -T FAILEDDISK -C public
}
and the service:
define service{
use local-service
host_name NETAPP01
service_description Failed Disk
check_command check_netapp_fd
}
Appreciate any suggestions
Thank you
PT
define command{
command _name check_netapp_fd
command_line /usr/bin/perl5.13.2 $USER1$/check-netapp-ng.pl -H $HOSTADDRESS$ -T FAILEDDISK -C public
}
and the service:
define service{
use local-service
host_name NETAPP01
service_description Failed Disk
check_command check_netapp_fd
}
Appreciate any suggestions
Thank you
PT