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
Error_log after upgrade to Nagios XI 5.5.11
-
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
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:
And then restart Apache:
Let me know if you have any questions.
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);
Code: Select all
systemctl restart httpd.service
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!
Be sure to check out our Knowledgebase for helpful articles and solutions!