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