Skip to content

Commit 9c1323e

Browse files
authored
Merge pull request #8 from ipfs-force-community/doc/readme
docs: update readme.md
2 parents 0b26727 + 5e0887b commit 9c1323e

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,16 @@ targets:
9696
mobiles: ['156xxxx8827', '189xxxx8325']
9797
```
9898
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+
99109
[Prometheus]: https://prometheus.io
100110
[AlertManager]: https://github.com/prometheus/alertmanager
101111
[DingTalk]: https://www.dingtalk.com

config.example.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
## Targets, previously was known as "profiles"
1818
targets:
1919
webhook1:
20-
url: https://oapi.dingtalk.com/robot/send?access_token=86940410bc5c5a43e7c57f2cea6f1c186bcbc16db87f2a006a7b969aae2bb2b6
20+
url: https://oapi.dingtalk.com/robot/send?access_token=86940410bc5c5a43e7c57f2cea6f1c186bcbc16db87f2a00xxxxxx
2121
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
2323
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

0 commit comments

Comments
 (0)