Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
+ Running data query [1].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/usr/share/cacti/site/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 '/usr/share/cacti/site/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/usr/share/cacti/site/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/usr/share/cacti/site/resource/snmp_queries/interface.xml'
snmpwalk gives me:
# snmpwalk -v 1 -c public localhost .1.3.6.1.2.1.2.2.1.1
End of MIB
cacti version: 0.8.6i-3.2
any help is appreciated, let me know if any more info is required. thanks.
I could be wrong, but it looks like SNMP has not been configured. I ran into a similar problem.
if you have not configured SNMP, try
snmpconf -g basic_setup -i
Makes it alot easier to setup , and the -i attribute will have the command automatically write everything you did to all the appropriate snmp configs that you may have out there.
Not totally sure if this would fix the problem, but it could be a start. I'm still learning how to trouble shoot cacti as I am a bit new to SNMP, PHP, and MySQL.