terraform-aws-rds-alarms icon indicating copy to clipboard operation
terraform-aws-rds-alarms copied to clipboard

Add treat missing data options to alarms

Open hyei opened this issue 3 years ago • 2 comments

I'd like to be able to set the treat_missing_data option for the alarms while using this module. For example, I'd like to set it to notBreaching, to avoid instances where no data is captured by AWS or it erroneously marks the the alarm as insufficient data and then reports when it transitions back to OK.

hyei avatar Apr 28 '21 20:04 hyei

Hey @hyei ,

I created #26 to address this. Can you take a look and let me know if it addresses your ask?

lorenzoaiello avatar Feb 17 '24 02:02 lorenzoaiello

Yes, it looks like it will do what I need it to, which is to prevent the alarms created in the module to all complain if I temporarily pause/shutdown the rds instance with the alarms in place. We subscribe to rds events to be notified when the DB/RDS is down and none of the alarms supported in the module replace that, so individual settings for each alarm is not needed.

hyei avatar Mar 11 '24 23:03 hyei