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
VMware wizard v1.6.7 no output
Re: VMware wizard v1.6.7 no output
You should be able to install the following and get it working -
Let us know if that works for you or not.[/s]
Edit: Please see @scottwilkerson's post below for the correct steps.
Code: Select all
yum install perl-Nagios-Plugin
Edit: Please see @scottwilkerson's post below for the correct steps.
Former Nagios Employee
Re: VMware wizard v1.6.7 no output
Hello
Package perl-Nagios-Plugin-0.35-2.el6.rf.noarch already installed and latest version
Nothing to do
It doesn t work.
Thanks
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
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 installRe: VMware wizard v1.6.7 no output
Hi
I put the new nagios xi version 5.2.1 and your requirement.
all is good now for the moment.
Thanks
Best regards
I put the new nagios xi version 5.2.1 and your requirement.
all is good now for the moment.
Thanks
Best regards
Re: VMware wizard v1.6.7 no output
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
Re: VMware wizard v1.6.7 no output
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.
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.
Re: VMware wizard v1.6.7 no output
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