Hey guys,
Can anyone help me with a trigger.
I need to create a trigger to validate the last 5 hours from now if the item value is equal to '3' if there is any value different of '3' in the last 5 hours the alert should not be closed.
I tried, but it didn't work. This is recovery expression:
This is a trigger problem:
I'm following zabbix doc, but I probably got something wrong:
4 History functions (zabbix.com)
Thank you for your help.
Can anyone help me with a trigger.
I need to create a trigger to validate the last 5 hours from now if the item value is equal to '3' if there is any value different of '3' in the last 5 hours the alert should not be closed.
I tried, but it didn't work. This is recovery expression:
Code:
count (/ITEM.LASTVALUE,4m:now-1h, "eq", "3") = 1
Code:
count (/ITEM.LASTVALUE,#3, "ne", "3") = 3
I'm following zabbix doc, but I probably got something wrong:
4 History functions (zabbix.com)
Thank you for your help.
Never know, what they mean exactly..:P
Comment