Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
This script checks the ifOperStatus of a network interface via snmpget. The difference with the one provided by the normal distribution of Nagios is that this one works without perl.
Current Version
Last Release Date
June 23, 2009
Owner
Nagios Exchange
You must put this script on your libexec/nagios directory and give him execution file mode.
The command definition should be like this:
define command{ command_name check_ifoperstatusNAS command_line $USER1$/check_ifoperstatNAS $ARG1$ $HOSTADDRESS$ $ARG2$ }
The usage on the definition of the service should be like this:
check_ifoperstatusNAS!!
Greetings, nalvarezs.
There is a little mistake in line 18. You can read: elif [ $comm -eq 0 ]; then but it must be: elif [ $comm -eq 2 ]; then You have to replace 0 for 2 because the answer of snmpwalk when one ethernet interface shows down is 2 not 0. the value 0 is only for unreachable ethernet interface. Anyway it's a good plugin.
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!