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