Did somebody monitor this storage system by zabbix?
I am trying to make template with snmp and have some problems with this one:
1) some data by snmp from this server is in hex. For example [
2) I have tried to get data with parameter -Oa. No normal result. For example:
3) I didnt find disk serial numbers, slot numbers with enclosure nmber, etc.
Maybe somebody can help me?
I am trying to make template with snmp and have some problems with this one:
1) some data by snmp from this server is in hex. For example [
Code:
root@zabbix]# snmpget -v 2c -c public 192.168.1.1 FJDARY-E150::fjdaryOluInfoTable.3 FJDARY-E150::fjdaryOluInfoTable.3 = Hex-STRING: 06 00 00 A0 01 00 FF FF 00 FF 00 00 00 00 00 00 00 00 00 80 00 00 00 00 08 00 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 00
Code:
[root@zabbix]# snmpget -Oa -v 2c -c public 192.168.1.1 FJDARY-E150::fjdaryOluInfoTable.3
(...(Y-E150::fjdaryOluInfoTable.3 = STRING: "................................................................Name1.......................`...
........................................>....
(...(..................................Name2............................`...
....................."
Maybe somebody can help me?
Comment