Page 3 of 7
Re: Support Needed
Posted: Wed Dec 04, 2013 3:44 pm
by ancovington
Does the NSClient have to be installed on VM hosts in order for it to be monitored?
Is there an NSClient for linux machines?
Re: Support Needed
Posted: Wed Dec 04, 2013 3:53 pm
by slansing
NSClient is by far not the only way to monitor objects, you have many ways of doing so. You could use SNMP gets / traps, NCPA, NSCA, NRDP/S, WMI, check_nt, etc. It all depends on what you want to use for each host. The equivalent to NSClient++ on the linux/unix end would be either the NCPA agent, or NRPE agent.
Re: Support Needed
Posted: Thu Dec 05, 2013 11:47 am
by ancovington
Thank you!
Our VMware engineer is very concerned about going through with installing the NRPE rpm on the VM ESX as the root user. Can you assure that this will not stop any services or bring down the ESX and there will be no down time because 80% of our servers reside on this ESX?
Re: Support Needed
Posted: Thu Dec 05, 2013 3:02 pm
by ancovington
The NagiosXi Server says that there is no SDK installed to Nagios for the guest vm, but when I went through the process to install the SDK to the Nagios Server, this is the result that I get:
[root@localhost vmware-vsphere-cli-distrib]# cd /tmp
[root@localhost tmp]# tar xzf VMware-vSphere-SDK-for-Perl-5.5.0-1384587.x86_64.taz.gz
tar (child): VMware-vSphere-SDK-for-Perl-5.5.0-1384587.x86_64.taz.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
[root@localhost tmp]# cd vmware-vsphere-cli-distrib/
[root@localhost vmware-vsphere-cli-distrib]# x/vmware-install.pl
-bash: x/vmware-install.pl: No such file or directory
Re: Support Needed
Posted: Thu Dec 05, 2013 5:48 pm
by abrist
ancovington wrote:VMware-vSphere-SDK-for-Perl-5.5.0-1384587.x86_64.taz.gz
Shouldn't this be (tar.gz instead of taz.gz):
Code: Select all
VMware-vSphere-SDK-for-Perl-5.5.0-1384587.x86_64.tar.gz
Re: Support Needed
Posted: Fri Dec 06, 2013 8:31 am
by ancovington
I apologize, that's what I meant.
Re: Support Needed - XI Update
Posted: Fri Dec 06, 2013 11:04 am
by sreinhardt
Then just to be sure x/vmware-install.pl would just be ./vmware-install.pl. Did you also fix that up?
Re: Support Needed - XI Update
Posted: Fri Dec 06, 2013 12:42 pm
by ancovington
Yes
Re: Support Needed - XI Update
Posted: Fri Dec 06, 2013 1:23 pm
by sreinhardt
Since I have not seen it listed, have you been following our
vmware install doc? Also just to inform you since no one else did, there is no way presently to install nrpe\nsca on an esx host, the vmware sdk is needed. So, with all that, are you getting errors with the vmware install after referencing the correct install files?
Re: Support Needed - XI Update
Posted: Fri Dec 06, 2013 1:58 pm
by ancovington
Yes, I did follow that document. I received an error while trying to install command so when I try configure an guest os vm, it is saying that the SDK isn't installed.