Hi, I have a trigger for a zabbix trapper that fire if the last value is "1" and recovers when the value is "0",
I will execute a script in trigger actions, and in operations I will wait for 10 minutes before executing the script.
What if in those 10 minutes of delay this scenario happens:
1 (fire trigger), 0 (recover trigger), 1 (fire trigger)
it will execute only one time the script?
and in this other scenario it will not execute the script?
1 (fire trigger), 0 (recover trigger)
I will execute a script in trigger actions, and in operations I will wait for 10 minutes before executing the script.
What if in those 10 minutes of delay this scenario happens:
1 (fire trigger), 0 (recover trigger), 1 (fire trigger)
it will execute only one time the script?
and in this other scenario it will not execute the script?
1 (fire trigger), 0 (recover trigger)