Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
Had this plugin quickly running, after installing VMware perl module’s as stated in the help tekst.
I needed a good plugin to monitor VMFS usage. default this plugin shows your free space, but that’s not what i wanted. use the -o used option to show your used space, as below:
check_esx3.pl -D $HOSTADDRESS$ -f ~/vm-vsphere -l vmfs -s SAN_SCSI_1 -w 450000 -c 475000 -o used
This is not well documented, but very usefull!