Hi.
I have got SNMPv2 item with sysDescr.0 OID.
zabbix log
snmpwalk works fine from zabbix server
Any idea what is wrong?
I have got SNMPv2 item with sysDescr.0 OID.
zabbix log
Code:
15332:20101201:192630.781 Item [store01.apac.lab:sysDescr] error: OID [1.3.6.1.2.1.1.1] value has unknown type [0x81] 15333:20101201:192631.386 Item [store02.apac.lab:sysDescr] error: OID [1.3.6.1.2.1.1.1] value has unknown type [0x81]
Code:
zabbix:~# snmpwalk -v 2c -c apaclab 172.16.41.2 1.3.6.1.2.1.1.1 iso.3.6.1.2.1.1.1.0 = STRING: "Linux store01.apac.lab 2.6.26.8-1.0.11.smp.pae.gcc3.4.x86.i686 #1 SMP Sun Jan 11 00:57:28 GMT 2009 i686"
Comment