Ad Widget

Collapse

Fatal error:

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • krusty
    Senior Member
    • Oct 2005
    • 222

    #1

    Fatal error:

    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.

    Code:
    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
    Senior Member
    • May 2005
    • 103

    #2
    It's a matter of configuring PHP, not zabbix.
    See php.ini there's a configuration option called:

    "max_execution_time", default is 30sec.

    Comment

    • krusty
      Senior Member
      • Oct 2005
      • 222

      #3
      Thanks for your very fast answer. I found it. I will check it out.

      Krusty

      Yeah it works. Nice. Thanks
      Last edited by krusty; 21-12-2005, 13:03.

      Comment

      Working...