Hello,
I was hoping someone can help with a trigger I am trying to write. I need the condition in this trigger to fail twice before it sends an alert or is "triggered" for lack of a better word.
Here is the trigger:
As of now the script that is referenced here returns either a value of "up" or "down". I was hoping to get this trigger to flag if a status that is not "up" is received two times in a row (this item is set to update every 5 minutes). Any help is much appreciated.
I was hoping someone can help with a trigger I am trying to write. I need the condition in this trigger to fail twice before it sends an alert or is "triggered" for lack of a better word.
Here is the trigger:
Code:
{Template Web:webstatus.regexp(up)}=0
Comment