Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
Your review has been submitted and is pending approval.
An updated version of the original check_netapp script written in perl to use SNMP queries to check a netapp for all sorts of status info (read the helpdoc within the script for more info.
Current Version
Last Release Date
June 4, 2009
Owner
Nagios Exchange
Download URL
https://exchange.nagios.org/wp-content/uploads/project-files/2009/06/check_netapp2
initial bugs fixed
Similar to its predecessor, it can check netapp SNMP status on a number of variables. The logic has been revamped and the script set to allow for simple expansion of new checks (like qtree status)
Inside the script is a hash of hash that stores all the config data for the variable to check.
For example:
'FAILEDDISK' =>
{ 'oid' => '.1.3.6.1.4.1.789.1.6.4.7', 'answer' => 'Disks failed: %d', 'perfdata' => 'faileddisk=%d', 'help' => '%s - disk failed state', },
you can also create specialized subroutines to deal with more challenging tests like volume or quota utilization. (examples included in the script)
You must be logged in to submit a review.
To:
From: