Is there any way to avoid that Zabbix to multiply by 1000 automatically items when its raw value exceeds 1000? As say in the manual:
"By default, if the raw value exceeds 1000, it is divided by 1000 and displayed accordingly. For example, if you set bps and receive a value of 881764, it will be displayed as 881.76 Kbps"
The problem is that I'm reading a values expressed in mv (mili volts)so, for example, if the value is 12536 mV by default Zabbix aumatically shows it as "12.53 KmV"!
I tried using a "custom multiplier" (0.001), but it doesn't work. In that case the shown value was "12.53 mV"
So, any knows how to do it? Thanks a lot and best regards,
Mauro.
"By default, if the raw value exceeds 1000, it is divided by 1000 and displayed accordingly. For example, if you set bps and receive a value of 881764, it will be displayed as 881.76 Kbps"
The problem is that I'm reading a values expressed in mv (mili volts)so, for example, if the value is 12536 mV by default Zabbix aumatically shows it as "12.53 KmV"!
I tried using a "custom multiplier" (0.001), but it doesn't work. In that case the shown value was "12.53 mV"
So, any knows how to do it? Thanks a lot and best regards,
Mauro.

Comment