mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-17 19:17:07 +00:00
* *: 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
|