From 5a346cd8564e663572e647db873b9ae5d9e7cf99 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 10 Mar 2026 22:04:54 +0100 Subject: [PATCH] alertmanager: Completely remove alert descriptions --- modules/nixos/services/alertmanager.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/nixos/services/alertmanager.nix b/modules/nixos/services/alertmanager.nix index 9a43904..a610b90 100644 --- a/modules/nixos/services/alertmanager.nix +++ b/modules/nixos/services/alertmanager.nix @@ -83,10 +83,7 @@ in notification = { topic = "splitleaf"; priority = "default"; - templates = { - title = ''{{ if eq .Status "firing" }}{{ index .Annotations "summary" }}{{ else }}{{ index .Annotations "summary_resolved" }}{{ end }}''; - description = "."; - }; + templates.title = ''{{ if eq .Status "firing" }}{{ index .Annotations "summary" }}{{ else }}{{ index .Annotations "summary_resolved" }}{{ end }}''; tags = [ { condition = ''status == "resolved"'';