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

fix(monitoring): telegram alerts grafana link

This commit is contained in:
2021-09-19 22:55:54 +02:00
parent d0f1287c68
commit c60e90f001

View File

@@ -109,12 +109,12 @@ in
{{ define "telegram.default" }}
{{range .Alerts -}}
{{ if eq .Status "firing" }}
<b>{{ index .Annotations "summary"}}</b>
{{ index .Annotations "description" }}
<b>{{ index .Annotations "summary"}}</b>
{{ index .Annotations "description" }}
See on <a href="${config.services.grafana.domain}/d/alpUteInz/niveum">Grafana</a>.
See on <a href="http://${config.services.grafana.domain}/d/alpUteInz/niveum">Grafana</a>.
{{ else -}}
😌 <del>{{ index .Annotations "summary"}}</del>
😌 <del>{{ index .Annotations "summary"}}</del>
{{- end }}
{{end -}}
{{end}}