1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(monitoring): simplify telegram alert message format

This commit is contained in:
2022-01-31 09:33:24 +01:00
parent fd1c36874a
commit 7d1e1e712f

View File

@@ -130,7 +130,7 @@ in
--template.paths=${pkgs.writeText "template.tmpl" ''
{{ define "telegram.default" }}
{{range .Alerts -}}
<b>{{.Status}}</b> {{ index .Annotations "summary"}}
{{.Status}}: {{ index .Annotations "summary"}}
{{end -}}
{{end}}
''}'';