diff --git a/systems/makanek/monitoring/default.nix b/systems/makanek/monitoring/default.nix index 916ed8a..2600af3 100644 --- a/systems/makanek/monitoring/default.nix +++ b/systems/makanek/monitoring/default.nix @@ -202,6 +202,13 @@ 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 -}} + ''; } ]; }