Service timeout

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ohlssrog
Posts: 40
Joined: Tue Nov 24, 2015 6:44 am

Service timeout

Post by ohlssrog »

Hi.

We did an XI upgrade this monday from 2012R1.7 to 5.2.3 in 6 step upgrade. The problem we have after the upgrade is with the webinject checker.

I i run the command in ssh line

check_xi_service_webinject_sh!SLSV65_Test_BOI.xml

Output
could not find ParserDetails.ini in /usr/lib64/perl5/XML/SAX
Use of uninitialized value $scheme in pattern match (m//) at /usr/lib64/perl5/HTTP/Cookies.pm line 45.
WebInject CRITICAL - Unable to open BOI webpage |time=115.794;45;;0

I cannot find the file ParserDetails.ini in the path ../SAX/

I attach the xml, if you want i can pm the "data.xml" file to you?
You do not have the required permissions to view the files attached to this post.
Last edited by ohlssrog on Wed Feb 17, 2016 1:28 pm, edited 1 time in total.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Service timeout

Post by rkennedy »

It looks like you may be missing a package. Can you run this command and let us know the result?

Code: Select all

yum install perl-XML-SAX -y
Former Nagios Employee
ohlssrog
Posts: 40
Joined: Tue Nov 24, 2015 6:44 am

Re: Service timeout

Post by ohlssrog »

I get

Package perl-XML-SAX-0.96-7.el6.noarch already installed and latest version
Nothing to do
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Service timeout

Post by rkennedy »

What is the output of a whereis perl?
Former Nagios Employee
ohlssrog
Posts: 40
Joined: Tue Nov 24, 2015 6:44 am

Re: Service timeout

Post by ohlssrog »

perl: /usr/bin/perl /usr/share/man/man1/perl.1.gz
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Service timeout

Post by rkennedy »

Can you also post the file SLSV65_Test_BOI_testdata.xml for us to look at?
Former Nagios Employee
Locked