Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Wiki MarkupThe default Uptime Infrastructure Monitor error logging level is ALL messages. This can cause a large number of messages to be registered in the phperror.log file. Some example messages are: \\ \

Code Block
languagesql
[Fri Sep 29 17:25:17 2006

...

] 

...

[error

...

] 

...

[client 10.1.1.125

...

] File does not exist: /opt/uptime4/GUI/images/reports.gif, referer: 

...

http://host/footer.php

...


[Fri Sep 29 17:25:17 2006

...

] 

...

[error

...

] 

...

[client 10.1.1.125

...

] File does not exist: /opt/uptime4/GUI/images/globalscan.gif, referer: http://

...

host/footer.php

\\ These messages have no direct impact on Uptime Infrastructure Monitor performance or functionality and should therefore not be a cause for concern.

To remove these messages, disable logging of PHP warnings in Apache by following these steps:

  1. Edit

...

  1. the

...

  1. lt;uptime_

...

  1. dir>/apache/php/php.ini

...

  1. file.

...

  1. Modify

...

  1. the

...

  1. line

...

  1. from

...

  1. error_reporting

...

  1. =

...

  1. E_ALL

...

  1. to

...

  1. error_reporting

...

  1. =

...

  1. E_ERROR.

...

  1. Delete

...

  1. the

...

  1. phperror.log

...

  1. file

...

  1. and

...

  1. restart

...

  1. the UIM Web Server or uptime_httpd

...

  1. service

...

  1. (depending

...

  1. on

...

  1. your

...

  1. platform).