Hello,
i use zabbix 1.1beta4 and want get the traffic information from a snmp v1 switch. (snmpv2 does not supported)
snmpget works fine
snmpget -v 1 -On -c monitor switch01 ifInOctets.213
.1.3.6.1.2.1.2.2.1.10.213 = Counter32: 1131069068
but in zabbix it will be show as 1000000000 (if it compiled with gcc 4.0) or 0 (if it compiled with gcc-3.3)
i've read in the forum, that i need the checks_snmp.c from the cvs...
but the version from cvs is the same like the 1.1beta4.
does anybody a idea ? because i cant use snmp v2 (with snmpv2 on a other switch works fine).
thank a lot
root_master
i use zabbix 1.1beta4 and want get the traffic information from a snmp v1 switch. (snmpv2 does not supported)
snmpget works fine
snmpget -v 1 -On -c monitor switch01 ifInOctets.213
.1.3.6.1.2.1.2.2.1.10.213 = Counter32: 1131069068
but in zabbix it will be show as 1000000000 (if it compiled with gcc 4.0) or 0 (if it compiled with gcc-3.3)
i've read in the forum, that i need the checks_snmp.c from the cvs...
but the version from cvs is the same like the 1.1beta4.
does anybody a idea ? because i cant use snmp v2 (with snmpv2 on a other switch works fine).
thank a lot
root_master
Comment