Error_log after upgrade to Nagios XI 5.5.11

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
igae1
Posts: 57
Joined: Thu May 25, 2017 6:35 am

Error_log after upgrade to Nagios XI 5.5.11

Post by igae1 »

HI Team,

We have made an upgrade of nagios xi from version 5.4.13 to the version Nagios XI 5.6.0. The following entries appear in the error_log log:

[Tue Aug 13 08:49:08.633155 2019] [:error] [pid 5565] [client ] PHP Warning: Invalid argument supplied for foreach() in /usr/local/nagiosxi/html/includes/components/nocscreen/nocscreenapi.php on line 206, referer: http://guardian00.central.sepg.minhac.a ... ate_flag=1
[Tue Aug 13 08:49:09.401099 2019] [:error] [pid 4508] [client ] PHP Warning: Invalid argument supplied for foreach() in /usr/local/nagiosxi/html/includes/components/nocscreen/nocscreenapi.php on line 206, referer: http://guardian00.central.sepg.minhac.a ... en/noc.php


We have Operations Center 1.3.1, Operation Screen 1.8.0

Thanks
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Error_log after upgrade to Nagios XI 5.5.11

Post by benjaminsmith »

Hello @igae1,

Those messages, PHP Notices and Warnings, are advisory messages and can be turned off if desired.

Open the /etc/php.ini file and change the error_reporting definition to:

Code: Select all

error_reporting(E_ERROR);
And then restart Apache:

Code: Select all

systemctl restart httpd.service
Let me know if you have any questions.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked