Build precise queries to find exactly what you need
Press ESC to close
I use the vanilla code and i observe that the warning state return over the critical state. in my opinion it’s due to the place of the condition in the code. So i switch the line 386 if ( ( $in_usage > $crit_usage ) or ( $out_usage > $crit_usage ) or ( $if_status != 1 ) ) { $state = “CRITICAL”; } with the line 392
if ( ( $in_usage > $warn_usage ) or ( $out_usage > $warn_usage ) && $state eq “OK” ) { $state = “WARNING”; }
this resolve the issue for me
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!