route: receiver: mimir-alerts repeat_interval: 60m group_by: ['alertname'] receivers: - name: mimir-alerts slack_configs: - api_url: "https://hooks.slack.com/services/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" channel: "#mimir-alerts" send_resolved: true title: '[{{ .Status | toUpper }} {{ .Alerts.Firing | len }}] {{ .GroupLabels.alertname }}' text: | {{ range .Alerts }} *Alert:* {{ .Annotations.summary }} - `{{ .Labels.severity }}` *Status:* `{{ .Status | toUpper }}` *Details:* {{ range .Labels.SortedPairs }} • *{{ .Name }}:* `{{ .Value }}` {{ end }} {{ end }}