Hi,
I have a problem with an item. It should be in the range of [0..100] but sometimes it returns a extremely high number.
Is it possible to limit the input range of an item in Zabbix?
Is it possible to cap the input value with a function like
if {value} > use 100; else use {value}
Greetings,
Michael.
I have a problem with an item. It should be in the range of [0..100] but sometimes it returns a extremely high number.
Is it possible to limit the input range of an item in Zabbix?
Is it possible to cap the input value with a function like
if {value} > use 100; else use {value}
Greetings,
Michael.
Comment