mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-18 19:46:54 +00:00
10 lines
181 B
YAML
10 lines
181 B
YAML
route:
|
|
receiver: 'slack-notifications'
|
|
group_by: [alertname, datacenter, app]
|
|
|
|
receivers:
|
|
- name: 'slack-notifications'
|
|
slack_configs:
|
|
- channel: '#alerts'
|
|
text: 'test'
|