Hi,
Zabbix reads the temparature OID of a QNAP system as 32 38 C2 B0 43 2F 38 32 C2 B0 46. After conversion to string (http://www.string-functions.com/hex-string.aspx) it should read something like this:
28°C/82°F?. Thats 28 degrees Celsius and 82 degrees Fahrenheid.
This is after getting rid of the spaces manually. When choosing numeric unsigned (hexadecimal), zabbix just shows 32. That is the first two numbers read from the OID's value.
I'm running 1.8.3, and thought this to be fixed in this release. But I'm clearly doing something wrong here.
Can anyone help me out?
Thanks,
Ruud Boersma
Zabbix reads the temparature OID of a QNAP system as 32 38 C2 B0 43 2F 38 32 C2 B0 46. After conversion to string (http://www.string-functions.com/hex-string.aspx) it should read something like this:
28°C/82°F?. Thats 28 degrees Celsius and 82 degrees Fahrenheid.
This is after getting rid of the spaces manually. When choosing numeric unsigned (hexadecimal), zabbix just shows 32. That is the first two numbers read from the OID's value.
I'm running 1.8.3, and thought this to be fixed in this release. But I'm clearly doing something wrong here.
Can anyone help me out?
Thanks,
Ruud Boersma
Comment