mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-18 11:36:57 +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
286 B
YAML
12 lines
286 B
YAML
global:
|
|
slack_api_url: "http://mysecret.example.com/"
|
|
slack_api_url_file: '/global_file'
|
|
route:
|
|
receiver: 'slack-notifications'
|
|
group_by: [alertname, datacenter, app]
|
|
receivers:
|
|
- name: 'slack-notifications'
|
|
slack_configs:
|
|
- channel: '#alerts1'
|
|
text: 'test'
|