Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
I get the following error message when trying to rebuild the poller cache, Fatal error: Maximum execution time of 30 seconds exceeded in /usr/local/www/data-dist/cacti/include/config_settings.php on line 242
I can't find where this timeout value is set. I need to increase it so that my poller cache will rebuild...
Is this something in the config for Cacti or a default for PHP, I searched the Cacti settings files and also the ini file for php, but I cannot find it anywhere.
(I tried to compile cactid figuring that this would fix the problem, but it won't compile, complains about not finding the snmp libs. Tried the compile options as stated in the forums here for FreeBSD and still no go)
I thought that was the problem as well till I found that this script: include/adodb/adodb-time.inc.php has tried to disable the time limit with the set_time_limit(0) function.
I changed that to set_time_limit(300) as well. It works fine now.