assertible / lambda-cloudwatch-slack

Send AWS CloudWatch notifications to a Slack channel using Lambda
https://assertible.com/blog/npm-package-lambda-cloudwatch-slack
MIT License
482 stars 249 forks source link

Notification not trigger on close message #41

Open terse-siddharth opened 5 years ago

terse-siddharth commented 5 years ago

Hi,

I have integrated slack notification via SNS with your code & notification triggered successfully from OK to Alarm state, But it is not triggering if the state coming from Alarm to OK.

Is the functionality is not there OR i am missing something ?

Can you please help me with this ?

CodyReichert commented 5 years ago

Hmm.. it should be working as far as I'm aware. Can you post a little more about your configuration? That might help, but yes the functionality is there.

terse-siddharth commented 5 years ago

Thanks for the reply.

I have a very simple scenario, i have set cloudwatch alert on RDS DB connection, when ever the status changes happen from OK to ALERM, i am getting slack notification successfully, but when it is changing from ALARM to OK , i am not getting slack notification.