Errors in error_log file

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ravish78
Posts: 269
Joined: Wed Mar 14, 2012 9:50 am

Errors in error_log file

Post by ravish78 »

Team,
We are seeing below output in httpd logs.Let us know if we can ignore it or should we do anything to resolve it.

Code: Select all

[Wed Jun 11 10:11:38 2014] [error] [client 13.133.216.69] PHP Notice:  Undefined variable: dashletmode in /usr/local/nagiosxi/html/includes/components/xicore/dashlets-perfdata.inc.php on line 182, referer: http://nagioswb.corp.xerox.com/nagiosxi/perfgraphs/?search=Search...&startdate=2014-06-06+01%3A45%3A00&enddate=2014-06-06+01%3A59%3A00&searchButton=Go&host=usa0300lx557&host_id=&service_id=6326&service=MEMORY-graphs&source=1&mode=2
[Wed Jun 11 10:11:38 2014] [error] [client 13.133.216.69] PHP Notice:  Undefined variable: dashletmode in /usr/local/nagiosxi/html/includes/components/xicore/dashlets-perfdata.inc.php on line 173, referer: http://nagioswb.corp.xerox.com/nagiosxi/perfgraphs/?search=Search...&startdate=2014-06-06+01%3A45%3A00&enddate=2014-06-06+01%3A59%3A00&searchButton=Go&host=usa0300lx557&host_id=&service_id=6326&service=MEMORY-graphs&source=1&mode=2
[Wed Jun 11 10:11:38 2014] [error] [client 13.133.216.69] PHP Notice:  Undefined variable: dashletmode in /usr/local/nagiosxi/html/includes/components/xicore/dashlets-perfdata.inc.php on line 182, referer: http://nagioswb.corp.xerox.com/nagiosxi/perfgraphs/?search=Search...&startdate=2014-06-06+01%3A45%3A00&enddate=2014-06-06+01%3A59%3A00&searchButton=Go&host=usa0300lx557&host_id=&service_id=6326&service=MEMORY-graphs&source=1&mode=2
[Wed Jun 11 10:18:41 2014] [error] [client 13.133.216.69] request failed: error reading the headers, referer: http://nagioswb.corp.xerox.com/nagiosxi/perfgraphs/?search=Search...&startdate=2014-06-06+01%3A45%3A00&enddate=2014-06-06+01%3A59%3A00&searchButton=Go&host=usa0300lx557&host_id=&service_id=6326&service=MEMORY-graphs&source=1&mode=2
tmproot@usa0300lv846>

Thanks
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Errors in error_log file

Post by tmcdonald »

For the most part, PHP Notices can safely be ignored. Warnings and Errors are the ones you want to worry about. As long as everything is running fine, I would say let it be.
Former Nagios employee
ravish78
Posts: 269
Joined: Wed Mar 14, 2012 9:50 am

Re: Errors in error_log file

Post by ravish78 »

Thanks for reply.You may close this.
Locked