做海外业务时大多使用亚马逊 AWS 服务,配套AWS 监控 CloudWatch 功能强大,如果能和微信结合就更棒了。现在分享下如何玩转 CloudWatch 微信通知。AWS EC2 云主机配套的云监控服务 CloudWatch 本身并不支持微信通知、短信和电话等通知服务,但是可以通知到对应的消息队列 SNS,之后通过 SNS 与 OneAlert 服务对接。
2015-12-15-11-49-57

创建 OneAlert 应用

在 OneAlert 的应用里面创建 AWS CloudWatch 应用。 alert_integrate_awscloud_001

保存后,获取一个 webhook 回调 url:

http://api.110monitor.com/alert/api/event/aws/fd065e9b-77b8-b0b2-b1d8-81d4141967f2

alert_integrate_awscloud_002

创建 AWS SNS 应用

在 AWS 中创建消息主题 topic 和消息订阅 subscription,并设置回调接口.

alert_integrate_awscloud_003 创建一个消息主题 topic: alert_integrate_awscloud_004 设置消息订阅者 subscription: alert_integrate_awscloud_005 配置一下回调 url:

http://api.110monitor.com/alert/api/event/aws/fd065e9b-77b8-b0b2-b1d8-81d4141967f2

alert_integrate_awscloud_006

接下来一定要注意,刷新下获取订阅 id alert_integrate_awscloud_007

配置 CloudWatch 告警规则

到 EC2 中配置相关的监控规则,例如 cpu 使用率>50%告警 alert_integrate_awscloud_008

告警通知到刚创建的消息队列里面

alert_integrate_awscloud_010

配置 OneAlert 通知策略

到 OneAlert 里面配置下提醒策略,记得绑定微信,就可以实现微信通知了。 9

完成

好了,现在 AWS 的告警过来后,就可以实现微信通知了。alert_integrate_awscloud_011