mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 19:37:27 +08:00
Update alertmanager.md
webhook_config should be webhook_configs
This commit is contained in:
parent
0ba7c2a47e
commit
752ab5ee89
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ receivers:
|
||||||
text: "{{ range .Alerts }}<!channel> {{ .Annotations.summary }}\n{{ .Annotations.description }}\n{{ end }}"
|
text: "{{ range .Alerts }}<!channel> {{ .Annotations.summary }}\n{{ .Annotations.description }}\n{{ end }}"
|
||||||
|
|
||||||
- name: "pager"
|
- name: "pager"
|
||||||
webhook_config:
|
webhook_configs:
|
||||||
- url: http://a.b.c.d:8080/send/sms
|
- url: http://a.b.c.d:8080/send/sms
|
||||||
send_resolved: true
|
send_resolved: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue