Hello,
I've configured an SNS topic for when a cloudwatch alarm triggers an "Alarm" state. I can receive the alarm in Opsgenie, but if the alarm state changes to "OK" the opsgenie alert does not autoclose.
I've also tried introducing an additional Cloudwatch trigger for when the alarm is "OK" to publish a message back to Opsgenie. This unfortunately just creates a new alarm within Opsgenie.
How can I can figure an alarm that heals in AWS to autoclose in opsgenie via the SNS integration?
Thanks!
Thanks for reaching out!
If your close action is creating a new alert then this would mean that the incoming payload being sent from AWS is matching one of your create actions defined on the integration.
Opsgenie uses a top down rule processing method, for a close action to be triggered the incoming payload must not equal any of the create actions above it.
Without understanding what exactly is at fault here I would suggest reviewing your create actions to ensure they dont match the payload being sent from AWS. For example if you have a create action which has a condition to match all alerts then by default the close payload will match the create action.
Let me know if this helps resolve your issue for the alerts not closing :)
Thanks,
Connor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.