I've got a strange cacti issue.
Using Build v0.8.6h with all the official patches installed, no 'alternative' patches, except for a few templates (a Netscreen one for example), running on a RHL9 machine.
For some reason, I can no longer add devices using the interface.xml template/data query. When I add a generic SNMP device (for example a cisco device) I can get the Cisco CPU usage, but I can't get any interface details, it just says 'Success [0 Items, 0 Rows]'
The verbose query shows :-
Code: Select all
+ Running data query [1].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/opt/lampp/htdocs/cacti/resource/snmp_queries/interface.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.2.1.2.2.1.1'
+ No SNMP data returned
+ Found data query XML file at '/opt/lampp/htdocs/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/opt/lampp/htdocs/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/opt/lampp/htdocs/cacti/resource/snmp_queries/interface.xml'
Code: Select all
snmpwalk -v 1 -c %mycommunitystring% 10.6.10.6 .1.3.6.1.2.1.2.2.1.1
IF-MIB::ifIndex.1 = INTEGER: 1
IF-MIB::ifIndex.2 = INTEGER: 2
IF-MIB::ifIndex.3 = INTEGER: 3
IF-MIB::ifIndex.4 = INTEGER: 4
IF-MIB::ifIndex.5 = INTEGER: 5
All of my existing devices that have the SNMP-Interfaces Stats queries running on them seem to work fine, its just new devices that don't seem to work.
HELP!!!