Search found 3 matches

by Lightpro
Wed Sep 14, 2005 1:43 pm
Forum: Help: Linux/Unix Specific
Topic: SOLVED:Error getting SNMP - Interface Statistics - Debian W.
Replies: 3
Views: 1898

Ok, no I found the problem, hope that helps anyone reading this :)

My box runs with debian woody, so I think there are probs with the snmpwalk call from cacti.

The snmpwalk don't understand the command -O QfntUe
When I change this to -O fnte in the file snmp.php it runs :)

Kind regards, Ingo
by Lightpro
Wed Sep 14, 2005 10:51 am
Forum: Help: Linux/Unix Specific
Topic: SOLVED:Error getting SNMP - Interface Statistics - Debian W.
Replies: 3
Views: 1898

Hi!

so, I now tried

snmpget -v 3 -u USER -n "" -l authNoPriv -a MD5 -A PASS localhost .1.3.6.1.2.1.2.2.1.1.1

and this gives me the result
... = 1

so how do I tell cacti to take this line?

Kind regards, Ingo
by Lightpro
Wed Sep 14, 2005 7:14 am
Forum: Help: Linux/Unix Specific
Topic: SOLVED:Error getting SNMP - Interface Statistics - Debian W.
Replies: 3
Views: 1898

SOLVED:Error getting SNMP - Interface Statistics - Debian W.

Hi everone! I've got a problem getting the traffic stats to work. My SNMP Server ist running, when I'm running snmpget -v 3 -u USERNAME -n "" -l authNoPriv -a MD5 -A PASS localhost sysUpTime.0 the result is ok. In Cacti - Devices the snmp settings are ok, I've get no error messages. When I...