When going to the Services configuration page it times out with the following message.
Fatal error: Maximum execution time of 30 seconds exceeded in /usr/local/nagat/includes/nagios.inc.php on line 42
I only get the error once, then it will just show a blak page on retry.
I have 298 service checks, but this is no problem with nagios on its own.
If I go through the menu I get the following:
Fatal error: Maximum execution time of 30 seconds exceeded in /usr/local/nagat/plugins/serialized.inc on line 169
Buck
perhaps this is php related. check your /etc/php.ini file, look for a variable max_execution_time. that may be it
that did the trick. Upped it to 120 sec. restarted the services and bang....worked like a champ
Log in to post a comment.
When going to the Services configuration page it times out with the following message.
Fatal error: Maximum execution time of 30 seconds exceeded in /usr/local/nagat/includes/nagios.inc.php on line 42
I only get the error once, then it will just show a blak page on retry.
I have 298 service checks, but this is no problem with nagios on its own.
If I go through the menu I get the following:
Fatal error: Maximum execution time of 30 seconds exceeded in /usr/local/nagat/plugins/serialized.inc on line 169
Buck
perhaps this is php related.
check your /etc/php.ini file, look for a variable max_execution_time. that may be it
that did the trick. Upped it to 120 sec. restarted the services and bang....worked like a champ