From 7d1e1e712f6819e201dfd617cb90c1a254ca7cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 31 Jan 2022 09:33:24 +0100 Subject: [PATCH] feat(monitoring): simplify telegram alert message format --- systems/makanek/monitoring/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/makanek/monitoring/default.nix b/systems/makanek/monitoring/default.nix index 3054841..5fcc246 100644 --- a/systems/makanek/monitoring/default.nix +++ b/systems/makanek/monitoring/default.nix @@ -130,7 +130,7 @@ in --template.paths=${pkgs.writeText "template.tmpl" '' {{ define "telegram.default" }} {{range .Alerts -}} - {{.Status}} {{ index .Annotations "summary"}} + {{.Status}}: {{ index .Annotations "summary"}} {{end -}} {{end}} ''}'';