Hi,
I have a trigger which is intended to fire if the string "Fail" is returned and surpresses when things return to normal ("Fail" messages stop). Here is the trigger:
({TRIGGER.VALUE}=0&{availability[{$PORT} {$URL} {$NAME}].str(Failed)}>0)|({TRIGGER.VALUE}=1&{availability[{$PORT} {$URL} {$NAME}].str(Failed)}=0)
As you can tell by the thread name, this trigger flaps continuously despite the latest data still showing a failure with no breaks in the data stream. The polling interval is 2 mins (I have tried others) and the behaviour is consistent across all intervals.
I suspect the trigger expression isn't doing what I anticipated it would and that I'm not using the right expression for this type of task. Any help that anyone can provide in correcting this behaviour will be greatly appreciated.
Regards,
David
I have a trigger which is intended to fire if the string "Fail" is returned and surpresses when things return to normal ("Fail" messages stop). Here is the trigger:
({TRIGGER.VALUE}=0&{availability[{$PORT} {$URL} {$NAME}].str(Failed)}>0)|({TRIGGER.VALUE}=1&{availability[{$PORT} {$URL} {$NAME}].str(Failed)}=0)
As you can tell by the thread name, this trigger flaps continuously despite the latest data still showing a failure with no breaks in the data stream. The polling interval is 2 mins (I have tried others) and the behaviour is consistent across all intervals.
I suspect the trigger expression isn't doing what I anticipated it would and that I'm not using the right expression for this type of task. Any help that anyone can provide in correcting this behaviour will be greatly appreciated.
Regards,
David
Comment