aboutsummaryrefslogtreecommitdiff
path: root/modules/private/monitoring/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/monitoring/default.nix')
-rw-r--r--modules/private/monitoring/default.nix4
1 files changed, 2 insertions, 2 deletions
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
41 enable = true; 41 enable = true;
42 mode = "0644"; 42 mode = "0644";
43 user = "root"; 43 user = "root";
44 text = "MAILADDR naemon@immae.eu"; 44 text = "MAILADDR ${myconfig.env.monitoring.email}";
45 }; 45 };
46 46
47 # needed since extraResource is not in the closure 47 # needed since extraResource is not in the closure
@@ -53,7 +53,7 @@ in
53 use_syslog=1 53 use_syslog=1
54 log_initial_states=1 54 log_initial_states=1
55 date_format=iso8601 55 date_format=iso8601
56 admin_email=naemon@immae.eu 56 admin_email=${myconfig.env.monitoring.email}
57 57
58 obsess_over_services=1 58 obsess_over_services=1
59 ocsp_command=notify-master 59 ocsp_command=notify-master