VMware wizard v1.6.7 no output

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
datacom
Posts: 18
Joined: Tue May 20, 2014 2:42 am

VMware wizard v1.6.7 no output

Post by datacom »

hello,
With Nagios XI 5.2.0, VMware-vSphere-Perl-SDK-6.0.0-2503617.x86_64
When I make a update wizard from v1.6.6 all services about VMware are with that kind of error

(No output on stdout) stderr: Cant locate Nagios/Monitoring/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 34.

Otherwise to stay in version 1.6.6 all work fine!
Best regards
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: VMware wizard v1.6.7 no output

Post by rkennedy »

You should be able to install the following and get it working -

Code: Select all

yum install perl-Nagios-Plugin
Let us know if that works for you or not.[/s]

Edit: Please see @scottwilkerson's post below for the correct steps.
Former Nagios Employee
datacom
Posts: 18
Joined: Tue May 20, 2014 2:42 am

Re: VMware wizard v1.6.7 no output

Post by datacom »

Hello

Package perl-Nagios-Plugin-0.35-2.el6.rf.noarch already installed and latest version
Nothing to do

It doesn t work.
Thanks
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: VMware wizard v1.6.7 no output

Post by scottwilkerson »

Please run the following

Code: Select all

cd /tmp
yum install -y 'perl(Test::Simple)' 'perl(Class::Accessor)' perl-Params-Validate perl-Config-Tiny perl-Math-Calc-Units
wget https://cpan.metacpan.org/authors/id/N/NA/NAGIOS/Nagios-Monitoring-Plugin-0.51.tar.gz
perl Makefile.PL
make
make test
make install
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
datacom
Posts: 18
Joined: Tue May 20, 2014 2:42 am

Re: VMware wizard v1.6.7 no output

Post by datacom »

Hi
I put the new nagios xi version 5.2.1 and your requirement.
all is good now for the moment.
Thanks
Best regards
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: VMware wizard v1.6.7 no output

Post by rkennedy »

Just to confirm - is your VMware wizard now working with the update? Do you mind if I close this thread out if so?
Former Nagios Employee
datacom
Posts: 18
Joined: Tue May 20, 2014 2:42 am

Re: VMware wizard v1.6.7 no output

Post by datacom »

Hello,
I confirm all is working fine. Your install of monitoring tools put a lot update perl:CPAN objets. I make the last yum update and upgraded XI, too.
You can close.
Thanks.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: VMware wizard v1.6.7 no output

Post by rkennedy »

Sounds good. I will now close this thread out, feel free to open another if you ever need assistance in the future though.
Former Nagios Employee
Locked