mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
fix(monitoring): telegram alerts grafana link
This commit is contained in:
@@ -109,12 +109,12 @@ in
|
|||||||
{{ define "telegram.default" }}
|
{{ define "telegram.default" }}
|
||||||
{{range .Alerts -}}
|
{{range .Alerts -}}
|
||||||
{{ if eq .Status "firing" }}
|
{{ if eq .Status "firing" }}
|
||||||
⚠ <b>{{ index .Annotations "summary"}}</b>
|
⚠ <b>{{ index .Annotations "summary"}}</b>
|
||||||
{{ index .Annotations "description" }}
|
{{ 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 -}}
|
{{ else -}}
|
||||||
😌 <del>{{ index .Annotations "summary"}}</del>
|
😌 <del>{{ index .Annotations "summary"}}</del>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{end -}}
|
{{end -}}
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|||||||
Reference in New Issue
Block a user