-
Notifications
You must be signed in to change notification settings - Fork 43
Turn alarms on and off on a schedule #41
Copy link
Copy link
Open
Description
It is frequently requested that we add the feature that the alerting group or an item in it contains schedule when the alarm is active, or stop alerting during "quiet hours".
A run would have to look at this schedule and decide to Disable or re-enable relevant Cloudwatch alarms.
Discussion of pros and cons goes here.
I'm not confident that turning alarms off is a good idea. Would prefer to make an alarm that works 24/7 (i.e. goes of for the right reasons but no false alarms). We have looked into several over-sensitive alarms and usually we identify a current, new or requested AWS feature that we need to fix them - e.g.
- When alerting on lambdas , use
p90rather thanmaxof execution time, - When we alert on several consecutive alerting periods over a limit, we may want to regard "no data" as "zero" not "same as previous point".
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels