From 5ea246baa7afa72c44e0afa5122eaa61eb9c7e5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 7 Sep 2019 11:06:47 +0200 Subject: Remove e-mails from monitoring files --- modules/private/monitoring/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/private/monitoring/default.nix') diff --git a/modules/private/monitoring/default.nix b/modules/private/monitoring/default.nix index 11861ad..d99124e 100644 --- a/modules/private/monitoring/default.nix +++ b/modules/private/monitoring/default.nix @@ -41,7 +41,7 @@ in enable = true; mode = "0644"; user = "root"; - text = "MAILADDR naemon@immae.eu"; + text = "MAILADDR ${myconfig.env.monitoring.email}"; }; # needed since extraResource is not in the closure @@ -53,7 +53,7 @@ in use_syslog=1 log_initial_states=1 date_format=iso8601 - admin_email=naemon@immae.eu + admin_email=${myconfig.env.monitoring.email} obsess_over_services=1 ocsp_command=notify-master -- cgit v1.2.3