I have a problem with Cacti 0.8.6j on Slackware 11. I want to install it on new server (i have sucessfully working 0.8.6.h on Solaris 9) but when i edit device (Windows 2000/XP) on new machine I have SNMP Error (on top left) and when in verbose query (SNMP - Interface Statistics):
Code: Select all
Data Query Debug Information
+ Running data query [1].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/usr/local/apache/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 '/usr/local/apache/htdocs/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/usr/local/apache/htdocs/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/usr/local/apache/htdocs/cacti/resource/snmp_queries/interface.xml'
Code: Select all
snmpwalk -v 2c -c public 10.1.1.2 .1.3.6.1.2.1.2.2.1.1
IF-MIB::ifIndex.1 = INTEGER: 1
IF-MIB::ifIndex.2 = INTEGER: 2
Cacti Variables:
Operating System: unix
PHP SNMP Support: yes
Paths in Configuration/Setting are OK.
I tried Cacti 0.8.6i, PHP 5.2.1 and 5.2.0. I read forums but nothing helps
I noticed this in Apache error log:
"No support for any checked transport domain"
Which program is executed with click "Verbose query"? And which is resposible for snmp information in top left corner?
I try to add line
"defDomain snmpwalk udp"
in /usr/local/etc/snmp/snmp.conf, but nothing hapend