diff --git a/deploy/prod-alertmanagerconfig.yml b/deploy/prod-alertmanagerconfig.yml index e5dcacd292..2926fb6e07 100644 --- a/deploy/prod-alertmanagerconfig.yml +++ b/deploy/prod-alertmanagerconfig.yml @@ -21,12 +21,8 @@ spec: [{{ .Status | toUpper }}{{ if eq .Status "firing" }}:{{ .Alerts.Firing | len }}{{ end }}] {{ .CommonLabels.alertname }} text: >- {{ range .Alerts -}} - *Alert:* {{ .Annotations.title }}{{ if .Labels.severity }} - `{{ .Labels.severity }}`{{ end }} - *Description:* {{ .Annotations.description }} - *Details:* - {{ range .Labels.SortedPairs }} • *{{ .Name }}:* `{{ .Value }}` - {{ end }} - {{ end }} + *Beskrivelse:* {{ .Annotations.beskrivelse }}{{ "\n" }} + *Detaljer:* {{ .Annotations.detaljer }} color: |- {{ if eq .Status "firing" -}} {{ if eq .CommonLabels.severity "warning" -}}