Hi,
I want to read a temp sensor on a qnap-nas. This is an octet string value stored as:
0x33 36 A2 58 43 2F 39 36 A2 58 46 (which is hex)
If use the mibbrowser for the oid .1.3.6.1.4.1.24681.1.2.11.1.3.1 i'm getting back the following value 28 XC/82 XF
If i create an item in zabbix, i'll only recieve a vlaue back when i set it to text. Numeric fails with:
Type of received value [33 32 A2 58 43 2F 38 39 A2 58 46] is not suitable for value type [Numeric (integer 64bit)]
The first value of the string (33) is, i think, the temperature.
Can anyone guide me here? I'm a bit new to this kind of monitoring.
EDIT:
If i convert the hex string (without the blank spaces) here :http://www.string-functions.com/hex-string.aspx
It gives me the right output: 29¢XC/84¢XF
How do I manage this in Zabbix so that it displays the human readable format?
I want to read a temp sensor on a qnap-nas. This is an octet string value stored as:
0x33 36 A2 58 43 2F 39 36 A2 58 46 (which is hex)
If use the mibbrowser for the oid .1.3.6.1.4.1.24681.1.2.11.1.3.1 i'm getting back the following value 28 XC/82 XF
If i create an item in zabbix, i'll only recieve a vlaue back when i set it to text. Numeric fails with:
Type of received value [33 32 A2 58 43 2F 38 39 A2 58 46] is not suitable for value type [Numeric (integer 64bit)]
The first value of the string (33) is, i think, the temperature.
Can anyone guide me here? I'm a bit new to this kind of monitoring.
EDIT:
If i convert the hex string (without the blank spaces) here :http://www.string-functions.com/hex-string.aspx
It gives me the right output: 29¢XC/84¢XF
How do I manage this in Zabbix so that it displays the human readable format?
Comment