警报管理器SMS通知

时间:2019-04-16 13:20:23

标签: kubernetes sms webhooks prometheus prometheus-alertmanager

我有一个Prometheus集群上正在运行的Kubernetes监控程序。我要在警报触发时收到短信通知。 我应该如何在Alertmanager中设置接收短信的号码?

1 个答案:

答案 0 :(得分:1)

来自官方文档的夫妇选项:https://prometheus.io/docs/alerting/configuration/

选项1.如果您具有PagerDuty / VictorOps订阅,请使用https://prometheus.io/docs/alerting/configuration/#pagerduty_config接收器,并在服务内部设置SMS规则。

选项2。使用Webhook接收器https://prometheus.io/docs/alerting/configuration/#webhook_config 将其设置为向AWS SNS https://docs.aws.amazon.com/sns/latest/dg/sns-http-https-endpoint-as-subscriber.html发送通知,然后使用AWS SNS发送SMS。或使用任何其他基于webhook的SMS发件人。