From c60e90f001a955925b5bbc40a9febd962fac03e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sun, 19 Sep 2021 22:55:54 +0200 Subject: [PATCH] fix(monitoring): telegram alerts grafana link --- configs/monitoring/pull.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/monitoring/pull.nix b/configs/monitoring/pull.nix index 2d47737..6654f24 100644 --- a/configs/monitoring/pull.nix +++ b/configs/monitoring/pull.nix @@ -109,12 +109,12 @@ in {{ define "telegram.default" }} {{range .Alerts -}} {{ if eq .Status "firing" }} - ⚠ {{ index .Annotations "summary"}} - {{ index .Annotations "description" }} + ⚠ {{ index .Annotations "summary"}} + {{ index .Annotations "description" }} - See on Grafana. + See on Grafana. {{ else -}} - 😌 {{ index .Annotations "summary"}} + 😌 {{ index .Annotations "summary"}} {{- end }} {{end -}} {{end}}