Probably making this more difficult than it is and am not real confident in what I think may be the solution.
I have a Windows Event Log Monitor setup to monitor a specific event ID on a server. The monitor itself seems to work fine, from the Application Component Details page I can see every occurrence of the event listed in the Event Log Message Details pane. The component status is set to a Warning state "Based on Event Count" >= 1 for a single poll and the polling frequency is 300 seconds.
The issue is the alerting. I am not sure what I should use for evaluation frequency and reset condition to ensure I trigger an alert for every instance of the event.
If I use the standard Evaluation Frequency of Alert = to every 1 minute and the reset condition = "trigger condition no longer true" then I miss alerts if when multiple events occur because it is always triggered.
If I use the No Reset Condition and trigger every 1 minute I receive duplicates I assume because the alert freq is 1 min and the polling of the monitor is 3 minutes.
This wouldn't be a big deal if this was an event that only occurred a couple of times per hour or day but it could occur multiple times per polling frequency.
It "seems" to work if I set the alert evaluation frequency to 4 or 5 minutes but I am not sure that is the best solution to ensure nothing is missed or duplicated.
Thanks