Hello,
We're evaluating the check_vmware plugin for use with one of our datacenters. However, it seems that custom defined alarms are not reported by the check.
Code:
# perl check_vmware.pl --version
vSphere SDK for Perl version: 4.1
Script 'check_vmware.pl' version: 1.13
# perl check_vmware.pl --server x.x.x.x --username xxx --debug 2
Enter password: SIGCHLD
SIGCHLD
Starting.
Connecting
Connected
Server Time : 2011-06-29T15:45:07.223291Z
Report type requested is []
Base is ha-folder-root
Running state report
Checking alarms...
No alarms detected.
Disconnecting...
Exiting with status (0)
No alarms detected.
# perl --version
This is perl, v5.8.8 built for i386-linux-thread-multi
The cluster sees 2 custom defined alarms via the vSphere client (both of the same type, checking the size of snapshots). Is there any chance these alarms can be monitored too?