today I noticed that I have some warning in my log file.
Code: Select all
POLLER: Poller[0] WARNING: Poller Output Table not Empty. Issues Found: 2, Data Sources: traffic_in(DS[8]), traffic_in(DS[78])
I checked the poller output table in mydatabase and it wasn't empty. Deleted the records for this data sources, but one minute later I am getting the same error and the records in poller output table are back there.
Code: Select all
mysql> select * from poller_output;
+---------------+------------+---------------------+--------------+
| local_data_id | rrd_name | time | output |
+---------------+------------+---------------------+--------------+
| 8 | traffic_in | 2010-03-25 12:04:02 | 109165200849 |
| 78 | traffic_in | 2010-03-25 12:04:02 | 0 |
+---------------+------------+---------------------+--------------+
2 rows in set (0.00 sec)
Tried rebuilding the poller cache - no luck
.
What else can I look for to fix this problem?
Cacti Version 0.8.7e on Fedora Core 12
Poller - cmd.php
cron interval - every minute
poller interval - every minute
Thanks for the help