123456789101112131415161718 |
- global:
- slack_api_url: "https://hooks.slack.com/services/SlackWebhookAPI"
- route:
- group_by: ['instance', 'severity']
- group_wait: 30s
- group_interval: 5m
- repeat_interval: 3h
- routes:
- - match:
- alertname: InstanceDown
- receiver: 'alert-team'
- receivers:
- - name: 'alert-team'
- slack_configs:
- - channel: "#webhook-test"
- text: "summary: {{ .CommonAnnotations.summary }}\ndescription: {{ .CommonAnnotations.description }}"
|