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}}