I've been searching for hours now and found a few posts regarding this issue, however, none have helped.
I'm using SNMP to monitor the CPU and Memory usage of a Cisco IPS module. SNMP Walk returns the following data
[root@zabbox ~]# snmpget -v2c -c pubic 192.168.1.3 1.3.6.1.4.1.9.9.221.1.1.1.1.8.1.1
SNMPv2-SMI::enterprises.9.9.221.1.1.1.1.8.1.1 = Gauge32: 370241536
When I create a new SNMP item to monitor that OID, I get the following error
became not supported: OID [1.3.6.1.4.1.9.9.221.1.1.1.1.8.1.1] value has unknown type [0x80]
I have tried every value type [Numeric (unsigned), Numeric (float), Character, Log and Text) and they all throw the same error.
Zabbix is monitoring other items on the IPS via SNMP with no issues.
Zabbix Server v1.8.9 (revision 23398)
I'm using SNMP to monitor the CPU and Memory usage of a Cisco IPS module. SNMP Walk returns the following data
[root@zabbox ~]# snmpget -v2c -c pubic 192.168.1.3 1.3.6.1.4.1.9.9.221.1.1.1.1.8.1.1
SNMPv2-SMI::enterprises.9.9.221.1.1.1.1.8.1.1 = Gauge32: 370241536
When I create a new SNMP item to monitor that OID, I get the following error
became not supported: OID [1.3.6.1.4.1.9.9.221.1.1.1.1.8.1.1] value has unknown type [0x80]
I have tried every value type [Numeric (unsigned), Numeric (float), Character, Log and Text) and they all throw the same error.
Zabbix is monitoring other items on the IPS via SNMP with no issues.
Zabbix Server v1.8.9 (revision 23398)
Comment