I've recently upgraded from Cacti 1.1.38 to 1.2.2. The upgrade process went smoothly. However, data sources based on the following default data templates are no longer being updated:
- Host MIB - Processes
- Host MIB - Logged in users
Code: Select all
2019-03-21 14:41:28 - POLLER: Poller[Main Poller] Device[PBX] DS[PBX - Processes] Graphs[PBX - Processes] SNMP: v2: 192.168.0.15, dsname: proc, oid: .1.3.6.1.2.1.25.1.6.0, output: U
Code: Select all
# snmpget -v2c -c public 192.168.0.15 .1.3.6.1.2.1.25.1.6.0
HOST-RESOURCES-MIB::hrSystemProcesses.0 = Gauge32: 172
Code: Select all
2019-03-21 14:41:28 - POLLER: Poller[Main Poller] Device[PBX] DS[PBX - CPU - Idle] Graphs[PBX - CPU Utilization] SNMP: v2: 192.168.0.15, dsname: cpu_nice, oid: .1.3.6.1.4.1.2021.11.11.0, output: 95
Does anyone know what's going on? Any help will be much appreciated!