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.
Cacti first tries to test availabiility of that device. If this test fails, rrd files will enver be generated. So please see second link of my sig for debugging
Reinhard
04/04/2008 02:38:41 PM - POLLER: Poller[0] Maximum runtime of 292 seconds exceeded. Exiting.
04/04/2008 02:38:41 PM - SYSTEM STATS: Time:292.3210 Method:cactid Processes:2 Threads:1 Hosts:154 HostsPerProcess:77 DataSources:2554 RRDsProcessed:217
PHP Warning: pclose(): 59 is not a valid stream resource in /fscacti/product/cacti/lib/rrd.php on line 47
Warning: pclose(): 59 is not a valid stream resource in /fscacti/product/cacti/lib/rrd.php on line 47
select poller_output.output,
poller_output.time,
poller_output.local_data_id,
poller_item.rrd_path,
poller_item.rrd_name,
poller_item.rrd_num
from (poller_output,poller_item)
where (poller_output.local_data_id=poller_item.local_data_id and poller_output.rrd_name=poller_item.rrd_name)
and this request contains 6.671.458 rows in set (9 min 33.84 sec)
do you know if it's normal that this table is so big and how can i solve my problem (what's use this table?)