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.
Hi.
I have around 750 device in cacti. Sometimes in log i look this message "Maximum runtime of 58 seconds exceeded. Exiting".
This mean what poller cant received all oid in one minute, and then on graphs create empty zone.
I want monitoring my device every minute. How i can optimize cacti?
I have a similar installation to yours with some more hosts, try changning the following parameters in php.ini:
from your current settings:
max_execution_time 30
memory_limit 300M
to
max_execution_time 60
memory_limit 512M
or depending on memory give even more! But how often does the script go in timeout? Maybe you have loads of devices over slow links which takes ages to respond to snmp queries?
3/31/2011 07:09:22 PM - PHPSVR: Poller[0] WARNING: Script Server terminated with signal '15' in file:'', function:'', params:''
03/31/2011 07:09:21 PM - PHPSVR: Poller[0] WARNING: Script Server terminated with signal '15' in file:'', function:'', params:''
03/31/2011 07:09:21 PM - PHPSVR: Poller[0] WARNING: Script Server terminated with signal '15' in file:'ss_poller.php', function:'ss_recache', params:''
03/31/2011 07:09:21 PM - PHPSVR: Poller[0] WARNING: Script Server terminated with signal '15' in file:'ss_poller.php', function:'ss_poller', params:''
if all will works after one day i think what optimize is complete.