I have 1 Suse 11 VCSA appliance which needs to add in Nagios Monitoring.
Can vMA monitors a VCSA appliance using "box293_check_vmware" plugin? If not, then how can VCSA appliance can get monitored?
VCSA Appliance monitoring
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: VCSA Appliance monitoring
I do a lot of testing against a vCenter Appliance (v 5.x) however v 6 should be no different. The plugin will work with a vCenter Appliance or vCenter installed on a Windows Server.
Generally speaking the appliance is just a VM, so monitoring it with the plugin should be just like any other VM.
Here's my production vCenter Appliance: Does this answer your question?
Generally speaking the appliance is just a VM, so monitoring it with the plugin should be just like any other VM.
Here's my production vCenter Appliance: Does this answer your question?
You do not have the required permissions to view the files attached to this post.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: VCSA Appliance monitoring
ok.. i'll try to monitor it as like esxi. Thanks
Re: VCSA Appliance monitoring
Let us know what you come up with. Thanks!
Former Nagios Employee.
me.
me.
Re: VCSA Appliance monitoring
Hi Hsmith,
I have used the same steps as ESXi for VSCA appliance.
1. Created local account on server
2. Then from vMA server added the credentials entry to credential store successfully
3.Tested plugin
While plugin test I got below error
vi-admin@vMA server:~> ~/box293_check_vmware.pl --server <VSCA> --check Host_OS_Name_Version
Error connecting to server at 'https://<VSCA>/sdk/webService': Connection refused
Please advice. Thanks.
I have used the same steps as ESXi for VSCA appliance.
1. Created local account on server
2. Then from vMA server added the credentials entry to credential store successfully
3.Tested plugin
While plugin test I got below error
vi-admin@vMA server:~> ~/box293_check_vmware.pl --server <VSCA> --check Host_OS_Name_Version
Error connecting to server at 'https://<VSCA>/sdk/webService': Connection refused
Please advice. Thanks.
Re: VCSA Appliance monitoring
Did you type in the full command like below?
Code: Select all
/usr/local/nagios/libexec/check_by_ssh -E 1 -l vi-admin -H 192.168.1.231 -C "~/box293_check_vmware.pl --server 192.168.1.211 --check vCenter_Name_Version"Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: VCSA Appliance monitoring
I am trying to test the connectivity from vMA host first. It is not happening. SO no use to check it from XI server
Re: VCSA Appliance monitoring
yes. I can ping vMA host from XI
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: VCSA Appliance monitoring
Using this account you created, can you login to the vSphere client using this account? If you cannot do this then the plugin is not going to work.jyoti22 wrote:1. Created local account on server
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.