Hi,
I have to monitor VMware host with a wizard but I cannot get all of datastore in the VM host. It's got some of datastore. what is happen? Is it a limitation?
Thank you.
vmware wizard cannot get all storage
vmware wizard cannot get all storage
You do not have the required permissions to view the files attached to this post.
Re: vmware wizard cannot get all storage
What is the error that you are seeing in the wizard? A screenshot would be helpful.
Can you run the commands below and show the output?
Please obfuscate sensitive data.
Can you run the commands below and show the output?
Code: Select all
/usr/local/nagios/libexec/check_esx3.pl -H <ip address> -u <username> -p <password> -l "VMFS"
/usr/local/nagios/libexec/check_esx3.pl -D <ip address> -u <username> -p <password> -l "VMFS"Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: vmware wizard cannot get all storage
HI,
It's return of the all datastores, I will edit the cmd later to get all datastore.
Thanks.
It's return of the all datastores, I will edit the cmd later to get all datastore.
Thanks.
Re: vmware wizard cannot get all storage
Sure. Let us know if you have any more questions.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: vmware wizard cannot get all storage
What is difference of -D and -H that your mentioned. I use -D for another service e.g. mem, cpu it got the error.
You do not have the required permissions to view the files attached to this post.
Re: vmware wizard cannot get all storage
You use "-H" to specify ESX or ESXi hostname, and "-D" to specify datacenter hostname.
Whether or not to use "-H" or "-D" would depend on the type of check that you are running.
To view the full help menu (usage) of the plugin, run the following command from the command line:-H, --host=<hostname>
ESX or ESXi hostname.
-D, --datacenter=<DCname>
Datacenter hostname.
Code: Select all
/usr/local/nagios/libexec/check_esx3.pl -hBe sure to check out our Knowledgebase for helpful articles and solutions!