we definitely are!
Thanks!
Search found 19 matches
- Wed Nov 11, 2015 4:30 pm
- Forum: Nagios XI
- Topic: Nagios 5.2 upgrade - Perl issue
- Replies: 13
- Views: 517
- Wed Nov 11, 2015 4:22 pm
- Forum: Nagios XI
- Topic: Nagios 5.2 upgrade - Perl issue
- Replies: 13
- Views: 517
Re: Nagios 5.2 upgrade - Perl issue
In previous versions it was 716, I believe the line that needs to be changed is 705 in 5.2.1 - yum install -y 'perl(Test::Simple)' 'perl(Class::Accessor)' perl-Params-Validate perl-Config-Tiny perl-Math-Calc-Units Change it to - yum install --disablerepo=rpmforge -y 'perl(Test::Simple)' 'perl(Class...
- Wed Nov 11, 2015 1:52 pm
- Forum: Nagios XI
- Topic: Nagios 5.2 upgrade - Perl issue
- Replies: 13
- Views: 517
Re: Nagios 5.2 upgrade - Perl issue
Did this solve your upgrade issue with the line yum install --disablerepo=rpmforge -y that @scottwilkerson posted? For reference, the -y will eliminate any prompts that ask you yes/no. Thanks for the information regarding the -y It did not solve the issue when I did run the disablerepo=rpmforce com...
- Wed Nov 11, 2015 11:51 am
- Forum: Nagios XI
- Topic: Nagios 5.2 upgrade - Perl issue
- Replies: 13
- Views: 517
Re: Nagios 5.2 upgrade - Perl issue
Out of curiosity, that is from downloading the latest upgrade manually ? If I go that route, the 716th line is "cd ./subcomponents/webinject" # reinstall webinject to make sure we have proper permissions ( cd ./subcomponents/webinject ./install ) Thanks for you help !
- Wed Nov 11, 2015 8:48 am
- Forum: Nagios XI
- Topic: Nagios 5.2 upgrade - Perl issue
- Replies: 13
- Views: 517
Re: Nagios 5.2 upgrade - Perl issue
Here's a bit more of the log; Appending installation info to /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/perllocal.pod Extra Plugins upgraded OK Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.mirror.iweb.ca * epel: mirror.symnds.com * extras: centos.mirr...
- Wed Nov 11, 2015 8:09 am
- Forum: Nagios XI
- Topic: Nagios 5.2 upgrade - Perl issue
- Replies: 13
- Views: 517
Re: Nagios 5.2 upgrade - Perl issue
Hi, So I ran both command; yum remove perl-Test-Simple --> Package(s) perl-Test-Simple available, but not installed. yum install --disablerepo=rpmforge -y 'perl(Test::Simple)' 'perl(Class::Accessor)' perl-Params-Validate perl-Config-Tiny perl-Math-Calc-Units I'm having some trouble finding what the ...
- Tue Nov 10, 2015 3:14 pm
- Forum: Nagios XI
- Topic: Nagios 5.2 upgrade - Perl issue
- Replies: 13
- Views: 517
Nagios 5.2 upgrade - Perl issue
Hi, I'm trying to upgrade Nagios from 2014R2.7 to 5.2 and I'm getting the following errors; Transaction Check Error: file /usr/share/man/man3/Test::Builder.3pm.gz from install of perl-Test-Simple-0.98-1.el5.rf.noarch conflicts with file from package perl-5.8.8-43.el5_11.x86_64 file /usr/share/man/ma...
- Mon Sep 28, 2015 2:22 pm
- Forum: Nagios XI
- Topic: Using python plugin in Nagios XI
- Replies: 9
- Views: 835
Re: Using python plugin in Nagios XI
No particularly - I believe the base install was done using the Nagios VMware template but it precedes my arrival here. I don't think any specific restriction were enforced on the system.
- Mon Sep 28, 2015 1:53 pm
- Forum: Nagios XI
- Topic: Using python plugin in Nagios XI
- Replies: 9
- Views: 835
Re: Using python plugin in Nagios XI
Hi, Thanks for the help - I tried with the suggested command but I still have the same issue, there's no output in Nagios; COMMAND: /usr/local/nagios/libexec/check_esxi_hardware.py -H 0.0.0.0 -U user -P password OUTPUT: I'm still looking into the "python issue". Thanks When you use the &q...
- Mon Sep 28, 2015 1:39 pm
- Forum: Nagios XI
- Topic: Using python plugin in Nagios XI
- Replies: 9
- Views: 835
Re: Using python plugin in Nagios XI
Actually I can't --> /usr/bin/python: No such file or directory (yet it really exists!)
So I can run the command successfully in nagios this way;
/usr/bin/python $USER1$/check_esxi_hardware.py -H $HOSTADDRESS$ -U $ARG1$ -P $ARG2$
So I can run the command successfully in nagios this way;
/usr/bin/python $USER1$/check_esxi_hardware.py -H $HOSTADDRESS$ -U $ARG1$ -P $ARG2$