XI and ESXi 5

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
geoffreykobrien
Posts: 12
Joined: Wed Jan 16, 2013 11:01 am

XI and ESXi 5

Post by geoffreykobrien »

Im getting the following error when using the wizard.


PTH.DC.R03.U37.VM1921682570
CPU Usage for VMHost
Critical
8m 38s
5/5
2013-01-28 23:30:32
(null)

I followed this post: http://support.nagios.com/forum/viewtop ... =16&t=8968
as it was the same error I was having, yet the instructions are not solving my issue. I get the following on the command line:

[root@localhost vmware-vsphere-cli-distrib]# clear
[root@localhost vmware-vsphere-cli-distrib]# [root@localhost vmware-vsphere-cli-distrib]# /usr/local/nagios/libexec/check_esx3.pl -V|head
-bash: [root@localhost: command not found
[root@localhost vmware-vsphere-cli-distrib]# Can't locate Nagios/Plugin.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/local/nagios/libexec/check_esx3.pl line 32.
> BEGIN failed--compilation aborted at /usr/local/nagios/libexec/check_esx3.pl line 32.
>
geoffreykobrien
Posts: 12
Joined: Wed Jan 16, 2013 11:01 am

Re: XI and ESXi 5

Post by geoffreykobrien »

I forgot to mention this is the latest vmware ova.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: XI and ESXi 5

Post by scottwilkerson »

Did you follow all the steps in this document? Because it looks like you are missing one of the items that would have been installed.
http://library.nagios.com/library/produ ... -nagios-xi
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
c.slagel
Posts: 57
Joined: Mon Dec 17, 2012 6:47 pm

Re: XI and ESXi 5

Post by c.slagel »

Was there ever any resolution to this? I followed the .pdf instructions to the T and am having the same exact issue.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: XI and ESXi 5

Post by abrist »

Did you receive any errors for the step:

Code: Select all

yum install perl-Nagios-Plugin libuuid* perl-XML-LibXML
?
Former 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.
geoffreykobrien
Posts: 12
Joined: Wed Jan 16, 2013 11:01 am

Re: XI and ESXi 5

Post by geoffreykobrien »

abrist wrote:Did you receive any errors for the step:

Code: Select all

yum install perl-Nagios-Plugin libuuid* perl-XML-LibXML
?
none
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: XI and ESXi 5

Post by abrist »

The error above is caused when nagios perl plugin is not installed.

Code: Select all

yum list installed| grep Nagios
Former 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.
Locked