VCSA Appliance monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jyoti22
Posts: 254
Joined: Mon Mar 23, 2015 4:50 am

VCSA Appliance monitoring

Post by jyoti22 »

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?
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: VCSA Appliance monitoring

Post by Box293 »

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:
Selection_022.png
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.
jyoti22
Posts: 254
Joined: Mon Mar 23, 2015 4:50 am

Re: VCSA Appliance monitoring

Post by jyoti22 »

ok.. i'll try to monitor it as like esxi. Thanks
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: VCSA Appliance monitoring

Post by hsmith »

Let us know what you come up with. Thanks!
Former Nagios Employee.
me.
jyoti22
Posts: 254
Joined: Mon Mar 23, 2015 4:50 am

Re: VCSA Appliance monitoring

Post by jyoti22 »

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.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: VCSA Appliance monitoring

Post by tgriep »

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!
jyoti22
Posts: 254
Joined: Mon Mar 23, 2015 4:50 am

Re: VCSA Appliance monitoring

Post by jyoti22 »

I am trying to test the connectivity from vMA host first. It is not happening. SO no use to check it from XI server
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: VCSA Appliance monitoring

Post by hsmith »

Are you even able to ping the vMA host?
Former Nagios Employee.
me.
jyoti22
Posts: 254
Joined: Mon Mar 23, 2015 4:50 am

Re: VCSA Appliance monitoring

Post by jyoti22 »

yes. I can ping vMA host from XI
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: VCSA Appliance monitoring

Post by Box293 »

jyoti22 wrote:1. Created local account on server
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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked