Cacti / cacti

Cacti ™
http://www.cacti.net
GNU General Public License v2.0
1.61k stars 399 forks source link

I have encountered an issue in different versions where "Poller Output Table not Empty" appears, and RRD files are not created. #5632

Closed htyypt closed 3 months ago

htyypt commented 7 months ago

The system specifications are as follows:

Operating System: CentOS Linux release 7.9.2009 PHP: 8.1.13 MySQL: 8.0 Cacti: 1.2.26 Spine: 1.2.26 Symptoms:

1、For instance, when creating 50 graphs for an SNMP host, a random subset of graphs does not generate RRD files. No solution seems to work, and the only effective method is to delete and re-add these graphs. image

2、The logs report the issue "Poller Output Table not Empty," affecting the update of data for certain graphs. The associated hosts do not experience timeout issues, and Spine processes and threads have been increased, ruling out performance problems. image

I have consulted forums and all available issues but am uncertain how to proceed. Your assistance is appreciated.

TheWitness commented 7 months ago

Put the device into debug mode and look for bad or missing data coming back. You might want to be careful with setting maxoids too high as well.

htyypt commented 7 months ago

Put the device into debug mode and look for bad or missing data coming back. You might want to be careful with setting maxoids too high as well.

How do I set it to debug mode? Is it in Cacti Settings? Fill in the host name or IP

TheWitness commented 4 months ago

Better to run spine -R -V 3 -S -H host_id and see if the Data Sources are even being polled.

TheWitness commented 3 months ago

No feedback.