We use expressions as conditions to start action like
((%Recurrences%==3) or ('%TestMethod%'=='SNMP Trap') or ('%TestMethod%'=='check NT Event Log')) and ('%SimpleStatus%'=='DOWN')
= start action once after the 3rd failed test except for Trap and event log tests (start action immediately)
Q: Can I use such expressions with deferred actions, too? = Will the recurrences counter count only during the scheduled times or will it start counting when the test fails out of scheduled time.
Regards
Thomas
Deferred Action and Expressions
-
- Posts: 166
- Joined: Sat Apr 15, 2006 2:14 pm
- Location: Germany, Bavaria
Yes, you may use "deferred" option for "advanced" mode action
Regards
Alex
Recurrences counts tests, not actions. It does not matter what schedule do you use for the action. If performed test returns the same status, counter will be incrementedWill the recurrences counter count only during the scheduled times or will it start counting when the test fails out of scheduled time.
Regards
Alex