Update alertmanager.md

webhook_config should be webhook_configs
This commit is contained in:
piano 2021-06-29 17:22:36 +08:00 committed by GitHub
parent 0ba7c2a47e
commit 752ab5ee89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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