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).
I want to setup an escalation alert when a test is bad for (example) one hour, independent of the test interval. (sometimes 5 or 10, ... minutes)
I think it must be possible via a formula in action properties => advanced mode.
Suggestions ?
Its possible but it cannot be independent of the test interval.
If test interval 10 min, expression could look like ('%SimpleStatus%'=='DOWN') and (%Recurrences%==6). But if test interval is 5 min, expression should look like ('%SimpleStatus%'=='DOWN') and (%Recurrences%==12).