From b5514150ab4259880585b9f7feaf41ca18b71b20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sat, 3 Dec 2022 08:45:40 +0100 Subject: [PATCH] Revert "feat(alertmanager): send text email as well" This reverts commit 3b1af791c9efdd34075ce11fdeb60e6970b58524. --- systems/makanek/monitoring/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/systems/makanek/monitoring/default.nix b/systems/makanek/monitoring/default.nix index 2600af3..916ed8a 100644 --- a/systems/makanek/monitoring/default.nix +++ b/systems/makanek/monitoring/default.nix @@ -202,13 +202,6 @@ in { auth_username = cock.user; auth_identity = cock.user; auth_password = cock.password; - text = '' - {{range .Alerts -}} - {{ .Status }}: {{ index .Annotations "summary" }} - Generated by: {{.generatorURL}} - See at: {{.externalURL}} - {{end -}} - ''; } ]; }