Build precise queries to find exactly what you need
Press ESC to close
Good plugin, we had problems with it working on ILO4 for two reasons, one the ILO can take a while to return the results, fix this by specifying -t 120 (but make sure your timeout for nagios is long enough in the nagios.cfg).
The second issue is that the ILO4 often returns N/A in its temperatures, you can fix this as, by not trying to set the perdata if the value contains N/A follows: Line 439: if ( defined($cautiontemp) && defined($criticaltemp) && ($cautiontemp !~ m”^n/a$”i)) { if ($criticaltemp =~ m”^n/a$”i) { $p->set_thresholds( warning => $cautiontemp, );
} else { $p->set_thresholds( warning => $cautiontemp, critical => $criticaltemp, ); }
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!