Re: Nagios 5.2 upgrade - Perl issue
Posted: Wed Nov 11, 2015 4:22 pm
Ya that made a lot of sense (line 705)rkennedy wrote:In previous versions it was 716, I believe the line that needs to be changed is 705 in 5.2.1 -Change it to -Code: Select all
yum install -y 'perl(Test::Simple)' 'perl(Class::Accessor)' perl-Params-Validate perl-Config-Tiny perl-Math-Calc-UnitsCode: Select all
yum install --disablerepo=rpmforge -y 'perl(Test::Simple)' 'perl(Class::Accessor)' perl-Params-Validate perl-Config-Tiny perl-Math-Calc-Units
It did work 110%, Nagios is as up to date as it can be now
Thanks!