Build precise queries to find exactly what you need
Press ESC to close
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
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:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!