Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
Martin.Patrick
byMartin.Patrick, July 12, 2011
Script works well for the most part, however there is an error in the perl code:
Line 72:
exit $RESOK;
Needs to be:
exit $RESCRIT;
Otherwise the plugin alerts on warnings but when the drive reaches critical returns "OK" or a recovery.
Line 72:
exit $RESOK;
Needs to be:
exit $RESCRIT;
Otherwise the plugin alerts on warnings but when the drive reaches critical returns "OK" or a recovery.