Deferred Action and Expressions

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
thomasschmeidl
Posts: 166
Joined: Sat Apr 15, 2006 2:14 pm
Location: Germany, Bavaria

Deferred Action and Expressions

Post by thomasschmeidl »

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
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Yes, you may use "deferred" option for "advanced" mode action
Will the recurrences counter count only during the scheduled times or will it start counting when the test fails out of scheduled time.
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 incremented

Regards
Alex
Post Reply