-
I set up an alert channel SLACK - (the toggle for Send resolved alerts is ON). My Title configuration: [{{ .Status | toUpper -}}
{{ if eq .Status "firing" }}:{{ .Alerts.Firing | len }}{{- end -}}
{{ if eq .Status "resolved" }}:{{ .Alerts.Resolved | len }}{{- end -}}
] My Description {{ range .Alerts }}
{{- if .Annotations.description }}
{{- "\n" -}}
{{ .Annotations.description }}
{{- "\n" -}}
{{- end }}
{{- if .Annotations.message }}
{{- "\n" -}}
{{ .Annotations.message }}
{{- "\n" -}}
{{- end }}
{{- if .StartsAt}}
{{- "\n" -}}
Active since: {{ printf "%.19s UTC" (.StartsAt.String) }}
{{- "\n" -}}
{{- end }}
{{- end }} Test message is working. I also get all the alerts i am interessted in. But i never get a resolved message. |
Beta Was this translation helpful? Give feedback.
Answered by
Ruppsn
Mar 26, 2025
Replies: 1 comment 13 replies
-
Hi @Ruppsn, |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If someone is interessted in integrating RocketChat. It is working but you need a script to resolve the payload
Here is what i used for debugging. Thanks @puzzle