File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,16 @@ targets:
96
96
mobiles : ['156xxxx8827', '189xxxx8325']
97
97
` ` `
98
98
99
+ ### Alertmanager
100
+
101
+ ` ` `
102
+ receivers :
103
+ - name : " default_receiver"
104
+ webhook_configs :
105
+ - url : " http://localhost:9567/webhook"
106
+ - url : " http://localhost:8060/dingtalk/webhook1/send"
107
+ ` ` `
108
+
99
109
[Prometheus]: https://prometheus.io
100
110
[AlertManager]: https://github.com/prometheus/alertmanager
101
111
[DingTalk]: https://www.dingtalk.com
Original file line number Diff line number Diff line change 17
17
# # Targets, previously was known as "profiles"
18
18
targets :
19
19
webhook1 :
20
- url : https://oapi.dingtalk.com/robot/send?access_token=86940410bc5c5a43e7c57f2cea6f1c186bcbc16db87f2a006a7b969aae2bb2b6
20
+ url : https://oapi.dingtalk.com/robot/send?access_token=86940410bc5c5a43e7c57f2cea6f1c186bcbc16db87f2a00xxxxxx
21
21
webhook2 :
22
- url : https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=d6493921-e728-432b-bf65-560b98a2f275
22
+ url : https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=d6493921-e728-432b-bf65-xxxxxx
23
23
webhook3 :
24
- url : https://open.larksuite.com/open-apis/bot/v2/hook/a44c7c63-4fd2-4625-87ce-ac4f7c639688
24
+ url : https://open.larksuite.com/open-apis/bot/v2/hook/a44c7c63-4fd2-4625-87ce-xxxxxx
You can’t perform that action at this time.
0 commit comments