Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_winhd
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Based on Peter Stimpels plugin - unkinked to work with ePN (use strict and -w)
Reviews (1)
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.