I am seeing this error in my zabbix server log which appears to be preventing the discovery action from being triggered. The hosts are being discovered, but nothing is happening with the configured action.
or
The respective snmpwalk/get commands results in :
and
So, I understand why the first one shows the error, due to no object at the requested OID, but why the second one ?
Code:
OID [.1.3.6.1.4.1.15248.1.4.0] value #2 has unknow type [80]
Code:
OID [.1.3.6.1.4.1.15248.1.4.0] value #2 has unknow type [6]
Code:
debianZabbix:/# snmpget -v2c -c public 10.165.10.60 .1.3.6.1.4.1.15248.1.4.0 SNMPv2-SMI::enterprises.15248.1.4.0 = No Such Object available on this agent at this OID
Code:
debianZabbix:/# snmpget -v2c -c public 10.165.40.13 .1.3.6.1.4.1.15248.1.4.0 SNMPv2-SMI::enterprises.15248.1.4.0 = OID: SNMPv2-SMI::enterprises.15248.2.1
Comment