I have a cacti Version 1.1.38 on a Ubuntu
Some days ago I have lost some curve on some device. Nothing is display till this morning.
When I am logged on the Ubuntu, a snmpwalk answer correctly.
On the device page of cacti, the Host is considered Up (with snmp uptime).
The rra files are updated (at least the date of the file is changed)
But the Cacti log send this message :
Code: Select all
2018/12/10 15:25:13 - PCOMMAND Device[4] Device[rasp-xx] RECACHE: Recache successful.
AND enabled='on' - found: 0
WHERE snmp_query_id=9
FROM automation_graph_rules AS agr
agr.snmp_query_id, agr.graph_type_id
2018/12/10 15:25:13 - AUTOM8 TRACE automation_execute_data_query Device[4] Device[rasp-xx] - sql: SELECT agr.id, agr.name,
2018/12/10 15:25:13 - AUTOM8 TRACE automation_execute_data_query Device[4] Device[rasp-xx] - start - data query: 9
2018/12/10 15:25:12 - PCOMMAND Device[4] Device[rasp-xx] RECACHE: Recache for Device, data query #9
2018/12/10 15:25:12 - PCOMMAND Device[4] Device[rasp-xx] RECACHE: Recache successful.
AND enabled='on' - found: 0
WHERE snmp_query_id=2
FROM automation_graph_rules AS agr
agr.snmp_query_id, agr.graph_type_id
2018/12/10 15:25:12 - AUTOM8 TRACE automation_execute_data_query Device[4] Device[rasp-xx] - sql: SELECT agr.id, agr.name,
2018/12/10 15:25:12 - AUTOM8 TRACE automation_execute_data_query Device[4] Device[rasp-xx] - start - data query: 2
2018/12/10 15:25:12 - PCOMMAND Device[4] Device[rasp-xx] RECACHE: Recache for Device, data query #2
2018/12/10 15:25:12 - PCOMMAND Device[4] Device[rasp-xx] RECACHE: Recache successful.
AND enabled='on' - found: 0
WHERE snmp_query_id=1
FROM automation_graph_rules AS agr
agr.snmp_query_id, agr.graph_type_id
2018/12/10 15:25:12 - AUTOM8 TRACE automation_execute_data_query Device[4] Device[rasp-xx] - sql: SELECT agr.id, agr.name,
2018/12/10 15:25:12 - AUTOM8 TRACE automation_execute_data_query Device[4] Device[rasp-xx] - start - data query: 1
2018/12/10 15:25:12 - PCOMMAND Device[4] Device[rasp-xx] RECACHE: Recache for Device, data query #1
2018/12/10 15:25:12 - PCOMMAND Device[4] Device[rasp-xx] WARNING: Recache Event Detected for Device
Any idee of the problem and how to solve it ?