PHP Errors with Latest NagiosXI R2012R2.9

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
quental
Posts: 74
Joined: Tue Apr 17, 2012 5:12 am

PHP Errors with Latest NagiosXI R2012R2.9

Post by quental »

Server: Redhat 6.x 64 bits.
Nagios: manual installation
upgrade: NagiosXI R2012R2.9

Hi,

We are seeing on our central Nagios server these PHP errors showing up, in /var/log/messages:

Feb 25 15:37:21 nagiosrl01 php: PHP Warning: simplexml_load_string(): Entity: line 1: parser error : Start tag expected, '<' not found in /usr/local/nagiosxi/html/includes/utils-backend.inc.php on line 27
Feb 25 15:37:21 nagiosrl01 php: PHP Warning: simplexml_load_string(): ERROR: NOT AUTHENTICATED in /usr/local/nagiosxi/html/includes/utils-backend.inc.php on line 27
Feb 25 15:37:21 nagiosrl01 php: PHP Warning: simplexml_load_string(): ^ in /usr/local/nagiosxi/html/includes/utils-backend.inc.php on line 27
Feb 25 15:37:21 nagiosrl01 php: PHP Notice: Trying to get property of non-object in /usr/local/nagiosxi/cron/sysstat.php on line 109
Feb 25 15:37:21 nagiosrl01 php: PHP Warning: Invalid argument supplied for foreach() in /usr/local/nagiosxi/cron/sysstat.php on line 109

how can we resolve these warnings?
Any ideas??
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: PHP Errors with Latest NagiosXI R2012R2.9

Post by slansing »

These PHP warnings are not show stoppers for Nagios XI, there are a handful that are still running around and we are working to clear them up with each release, PHP warnings are inevitable with apache unfortunately.
quental
Posts: 74
Joined: Tue Apr 17, 2012 5:12 am

Re: PHP Errors with Latest NagiosXI R2012R2.9

Post by quental »

thanks slansing,
we wait for the solution of the same...
Locked