I am montoring some temperature and humidity sensors using snmp.
The values include the tenth of the degree which translates through snmp as a really large number. How do I tell zabbix to divide by ten without losing the data?
For example.
If the current temperature is 70.1 degrees, zabbix records the temp as 701. If I use the custom multiplier of .1 then the temp is recorded as 70 and I lose the .1. How can I get zabbix to take 701 and translate it into 70.1.
Thanks.
The values include the tenth of the degree which translates through snmp as a really large number. How do I tell zabbix to divide by ten without losing the data?
For example.
If the current temperature is 70.1 degrees, zabbix records the temp as 701. If I use the custom multiplier of .1 then the temp is recorded as 70 and I lose the .1. How can I get zabbix to take 701 and translate it into 70.1.
Thanks.
Comment