Hi there,
I monitor a receiver oid and get operational frequency in Hz with a discovery.
The frequency is for example 2182000 Hz and the value I read round it to 2.18 MHz
There are 2 ways the value would be readable for us:
2.182 MHz
2182 Khz
I tried preprocessing like "return(Math.round(value* 10000) / 10000)" but it doesn't change a thing.
Is there a way I can manage this for this specific item? (zabbix 5 at this time)
If not, I'll remove units information
Regards,
I monitor a receiver oid and get operational frequency in Hz with a discovery.
The frequency is for example 2182000 Hz and the value I read round it to 2.18 MHz
There are 2 ways the value would be readable for us:
2.182 MHz
2182 Khz
I tried preprocessing like "return(Math.round(value* 10000) / 10000)" but it doesn't change a thing.
Is there a way I can manage this for this specific item? (zabbix 5 at this time)
If not, I'll remove units information
Regards,
Or highest level to round it ...
Comment