Support Needed - XI Update
-
ancovington
- Posts: 175
- Joined: Fri Sep 13, 2013 1:32 pm
Re: Support Needed
Does the NSClient have to be installed on VM hosts in order for it to be monitored?
Is there an NSClient for linux machines?
Is there an NSClient for linux machines?
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Support Needed
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.
-
ancovington
- Posts: 175
- Joined: Fri Sep 13, 2013 1:32 pm
Re: Support Needed
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?
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?
-
ancovington
- Posts: 175
- Joined: Fri Sep 13, 2013 1:32 pm
Re: Support Needed
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
[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
Shouldn't this be (tar.gz instead of taz.gz):ancovington wrote:VMware-vSphere-SDK-for-Perl-5.5.0-1384587.x86_64.taz.gz
Code: Select all
VMware-vSphere-SDK-for-Perl-5.5.0-1384587.x86_64.tar.gzFormer Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
-
ancovington
- Posts: 175
- Joined: Fri Sep 13, 2013 1:32 pm
Re: Support Needed
I apologize, that's what I meant.
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: Support Needed - XI Update
Then just to be sure x/vmware-install.pl would just be ./vmware-install.pl. Did you also fix that up?
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: Support Needed - XI Update
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?
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
-
ancovington
- Posts: 175
- Joined: Fri Sep 13, 2013 1:32 pm
Re: Support Needed - XI Update
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.