Action Profile - Advanced Mode Question

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
johnm
Posts: 117
Joined: Fri Apr 01, 2005 9:49 pm

Action Profile - Advanced Mode Question

Post by johnm »

Can you provide the expression needed in "Action Profile - Advanced Mode" to do the same thing that "Standard Mode" provides for Start When and Repeat?
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Easily:
- ('%SimpleStatus%'=='DOWN') and (%Recurrences%>N1) and (%Recurrences%<N2) condition for "bad" action
- ('%SimpleStatus%'=='UP') and (%Recurrences%>N3) and (%Recurrences%<N4) condition for "good" action

Numbers N1..N4 depends on your needs (when you want to start action)

Regards
Alex
johnm
Posts: 117
Joined: Fri Apr 01, 2005 9:49 pm

Post by johnm »

Thank you Sir!
Post Reply