PDA

View Full Version : Fatal error:


krusty
21-12-2005, 10:26
Hi,

i write a php script that includes over 1000 hosts into zabbix. Everything works fine, but after 30 seconds i get the following error message.

Fatal error: Maximum execution time of 30 seconds exceeded in /srv/www/htdocs/zabbix_new/include/config.inc.php on line 732

I checked out the config.inc.php but there is no way to change the timeout. Have anyone idea where i can finde the value for timeout?

I use the version 1.1beta2

Thanks Krusty

safl
21-12-2005, 11:04
It's a matter of configuring PHP, not zabbix.
See php.ini there's a configuration option called:

"max_execution_time", default is 30sec.

krusty
21-12-2005, 11:19
Thanks for your very fast answer. I found it. I will check it out.

Krusty

Yeah it works. Nice. Thanks