At first, I know I'm not the first with this problem, I have found others with the same problem and with some solutions, but they don't work for me.
I'm experimenting with Cacti on a Ubuntu 8.04 box. Everything works well, the installation was simple, but, SNMP seems not to work.
When I run in debug mode, I get this:
Code: Select all
+ 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'
The "View SNMP cache" looks like this:
Code: Select all
Host: Localhost , SNMP Query: Unix - Get Mounted Partitions
Index: /dev/sda1 , Field Name: dskDevice , Field Value: /dev/sda1
OID:
Host: Localhost , SNMP Query: Unix - Get Mounted Partitions
Index: /dev/sda3 , Field Name: dskDevice , Field Value: /dev/sda3
OID:
General information:
Code: Select all
Cacti Version 0.8.7b
Cacti OS unix
SNMP Version net-snmp
RRDTool Version RRDTool 1.2.x
My "snmpd.conf" has only 1 rule:
Code: Select all
rocommunity public
What can I do, where do I have to start to look?
Many thanks,
Kris