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
Owner
Hits
105455
Files:
File | Description |
---|---|
check_vmware3.pl | perl plugin |
check_vmware3.cfg | example nagios definitions |
VICommon.pm.patch | patch for VMware API to avoid the bug |
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