I am trying to detect whether a storage device is a disk or removable storage, however when I query hrStorageType.1 I get not supported. If I do an snmp walk the value comes up.
[root@zabbix100 ~]# snmpwalk -v 2c -c xxxxx server85 hrStorageType.1
HOST-RESOURCES-MIB::hrStorageType.1 = OID: HOST-RESOURCES-TYPES::hrStorageRemovableDisk
Is there a problem with zabbix accepting an OID as the return value.
[root@zabbix100 ~]# snmpwalk -v 2c -c xxxxx server85 hrStorageType.1
HOST-RESOURCES-MIB::hrStorageType.1 = OID: HOST-RESOURCES-TYPES::hrStorageRemovableDisk
Is there a problem with zabbix accepting an OID as the return value.
Comment