Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
Doornenbal
byDoornenbal, December 12, 2012
Therefore i rewrote this script, so that the usability will be higher, i will post this one soon.
byDoornenbal, June 22, 2011
1 of 2 people found this review helpful
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!
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!
It is just a pity the script doesn't check the availability of radclient. Was first mistaken with that! So check your requirements!