If I have an application monitor that is polling every 2.5 mins (150 seconds) and an alert that is evaluating every 1 minutes, and a requirement that the condition must exist for 2.5 mins (150 Seconds), what is the longest an application would be down before the alert triggers?
How is the "condition must exist for" counter handled? Is it based on the application polling, or the condition evaluation?
For example, if an application polls as down at 11:59:30 but the condition doesn't get evaluated until 12:00:00, will the "condition exists" counter start at 30 seconds (since polling down), or 0 seconds (since condition matched)?