阿里云开放告警-prometheus¶
阿里云的开放告警目前支持集成 zabbix、prometheus、grafana(loki)、datadog 等工具。我们后面会持续关注,做相关的集成支撑。
阿里云开放告警-prometheus 集成 CA 步骤¶
-
创建应用-在睿象云界面创建阿里云开放告警-grafana 的应用,并获取 appkey
-
阿里云中新建内容模板:进入告警中心 -> 告警管理 –> 内容模板
模板内容为: { "status": "${status}", "labels": ${labels}, "alert_name": "${alert_name}", "annotations": ${annotations}, "severity": "${severity}" }
-
新建行动策略:进入告警中心-告警管理–>行动策略
• 渠道:若选择 webhook 自定义-填写 webhook 地址:
http://api.aiops.com/alert/api/event/aliyun_sls_prometheus/{appKey}/
• 渠道:若选择 webhook 通用-需先创建 webhook 集成
填写 webhook 地址:
http://api.aiops.com/alert/api/event/aliyun_sls_prometheus/{appKey}/
阿里云开放告警-prometheus 与 CA 告警级别映射关系¶
睿象云 | 阿里云-开放告警-prometheus(Severity) |
---|---|
致命 | 10 |
严重 | 8 |
警告 | 6 |
提醒 | 4 |
通知 | 2 |
睿象云 | 阿里云-开放告警-prometheus |
---|---|
事件ID (eventId) | MD5(labels) |
以上就是阿里云开放告警-prometheus 集成的方式。