Build precise queries to find exactly what you need
Press ESC to close
I am using this plugin with IP SLA on the core switches at my customer sites to check that all internet connections remain up.
One glitch I noticed was that if the SNMP queries fail then the plugin may still return an OK status code. I fixed this issue by checking at the start of the “Output Phase” that the rtt_status hash is not empty:
if (! %rtt_status ) { print “No SLA query returned a status.”; print “So returning CRITICAL status code.”; exit(2); }
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!