I recently installed cacti and have been testing it out, though recently I came across an issue with it displaying an network interface on a Debian machine. I booted up a test box running Debian and install snmp on it and cacti was successfully capable of retrieving the network interface data (mind you it was running Debian 6).
With the box showing me an issues I have it successfully reporting CPU, Load Averages and Memory usage so I know the SNMP agent is working.
Currently in the snmpd.conf file i have the following
Code: Select all
#########################
rocommunity keyhere
#########################
sysLocation Sitting on the Dock of the Bay
sysContact Me <me@example.org>
includeAllDisks
dontPrintUnits true
proc httpd
view systemview included interfaces.ifTable.ifEntry.ifAdminStatus
Thanks for your help