Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_vmware3.pl
106398
File | Description |
---|---|
check_vmware3.pl | perl plugin |
check_vmware3.cfg | example nagios definitions |
VICommon.pm.patch | patch for VMware API to avoid the bug |
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!
Reviews (1)
byCircaLucid, January 10, 2014
Works perfect but I tweeked the output format.
@perfdata = sort @perfdata;
printResultAndExit($exitVal, join(' - ', @msg) . "|" . join('\n', @perfdata));
# end main
@perfdata = sort @perfdata;
printResultAndExit($exitVal, join(' - ', @msg) . "|" . join('\n', @perfdata));
# end main