Build precise queries to find exactly what you need
Press ESC to close
Had to make the following changes to get it to work on an ASA5510 HA pair: Remove: use lib ‘/usr/lib/nagios/plugins’; use utils qw (%ERRORS $TIMEOUT);
Insert: my $TIMEOUT = 15; my %ERRORS=(‘OK’=>0,’WARNING’=>1,’CRITICAL’=>2,’UNKNOWN’=>3,’DEPENDENT’=>4);
Else gives CRITICAL error with (null) response though it works from command line
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!