Permalink
Cannot retrieve contributors at this time
# Documentation: https://prometheus.io/docs/alerting/configuration/ | |
route: | |
group_by: ['alertname'] | |
group_wait: 1s | |
group_interval: 5m | |
repeat_interval: 3h | |
receiver: team-hclc-slack | |
receivers: | |
- name: 'team-hclc-slack' | |
slack_configs: | |
- api_url: 'https://hooks.slack.com/services/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' | |
channel: 'alerts' | |
# Templating documentation: https://prometheus.io/docs/alerting/notification_examples/ | |
title: "{{ range .Alerts }}{{ .Annotations.summary }}\n{{ end }}" | |
text: "{{ range .Alerts }}{{ .Annotations.description }}\n{{ end }}" |