diff --git a/k8s/monitoring/templates/alertmanager-config.yaml b/k8s/monitoring/templates/alertmanager-config.yaml index 3c4fbc0..3895565 100644 --- a/k8s/monitoring/templates/alertmanager-config.yaml +++ b/k8s/monitoring/templates/alertmanager-config.yaml @@ -30,7 +30,8 @@ spec: channel: '#monitoring-alerts' iconURL: 'https://avatars3.githubusercontent.com/u/3380462' sendResolved: true - title: '[{{ .Status | toUpper }}{{ if eq .Status "firing" }}:{{ .Alerts.Firing | len }}{{ end }}] Monitoring Event Notification' + title: |- + '[{{ .Status | toUpper }}{{ if eq .Status "firing" }}:{{ .Alerts.Firing | len }}{{ end }}] Monitoring Event Notification' text: >- {{ range .Alerts }} *Alert:* {{ .Annotations.summary }} - `{{ .Labels.severity }}`