I have an alert set up for a module, but when a bad “peak” reaches my system, it doesn’t fire the alert, if it is a proc module, it is reflected on event log, but the alert still won’t fire.
Check that your alert has a min alerts
value of 0
. If it has a value of 1
, for example, it means that needs at least one “bad” value before the alert activates. In this case, with a min alerts
value of 1
, you need at least two “bad” values (during the same period and defined by the time threshold parameter) to fire an alert.