Hi Folks, I'm new to Zabbix.
I'd like to set a Variable (Item/Macro) to a 1 when a dataset has a trailing edge step and reset it to 0 when it drops below a threshold.
Is there a simple tutorial somewhere that can be shared or can someone assist with this.
Set : between(last(//voltage,#1),14.3,14.5) and between(last(//voltage),13.7,13.9)
Reset : last(//voltage)<13
Many thanks
I'd like to set a Variable (Item/Macro) to a 1 when a dataset has a trailing edge step and reset it to 0 when it drops below a threshold.
Is there a simple tutorial somewhere that can be shared or can someone assist with this.
Set : between(last(//voltage,#1),14.3,14.5) and between(last(//voltage),13.7,13.9)
Reset : last(//voltage)<13
Many thanks