mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-23 22:42:55 +00:00
9 lines
180 B
YAML
9 lines
180 B
YAML
|
route:
|
||
|
receiver: 'slack-notifications'
|
||
|
group_by: [alertname, datacenter, app]
|
||
|
|
||
|
receivers:
|
||
|
- name: 'slack-notifications'
|
||
|
slack_configs:
|
||
|
- channel: '#alerts'
|
||
|
text: 'test'
|