Page 1 of 1

Errors in error_log file

Posted: Wed Jun 11, 2014 1:52 pm
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

Re: Errors in error_log file

Posted: Thu Jun 12, 2014 9:11 am
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.

Re: Errors in error_log file

Posted: Tue Jun 17, 2014 8:45 am
by ravish78
Thanks for reply.You may close this.