docker-archive / for-aws

92 stars 26 forks source link

feature: Cloudwatch alarms based on the Swarm state #55

Open seriousben opened 7 years ago

seriousben commented 7 years ago

Is there a way to get cloudwatch alarms based on the Swarm state?

Some alarms that would be useful:

It seems like the current way to do this is using prometheus + alert manager. But AFAIK this still doesn't cover most of the cases. It would be great, if as part of docker-for-aws, it integrated with cloudwatch alarms (bonus points with integrating with cloudwatch metrics)

hairyhenderson commented 7 years ago

Maybe this can be implemented by way of the new metrics plugin support added in 17.06? (moby/moby#32874)