mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-07 14:29:44 +00:00
f33427c96e
Signed-off-by: Julien Duchesne <julien.duchesne@grafana.com>
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'
|