mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-07 14:29:44 +00:00
48a99764a1
* *: bump to Go 1.17 Signed-off-by: Simon Pasquier <spasquie@redhat.com> * *: fix yamllint errors Signed-off-by: Simon Pasquier <spasquie@redhat.com>
12 lines
229 B
YAML
12 lines
229 B
YAML
global:
|
|
slack_api_url: 'https://slack.com/webhook'
|
|
http_config:
|
|
follow_redirects: false
|
|
route:
|
|
receiver: team-X-slack
|
|
receivers:
|
|
- name: 'team-X-slack'
|
|
slack_configs:
|
|
- http_config:
|
|
proxy_url: foo
|