aboutsummaryrefslogtreecommitdiff
path: root/modules/private/monitoring/objects_tiboqorl-fr.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/monitoring/objects_tiboqorl-fr.nix')
-rw-r--r--modules/private/monitoring/objects_tiboqorl-fr.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/private/monitoring/objects_tiboqorl-fr.nix b/modules/private/monitoring/objects_tiboqorl-fr.nix
index 77403ba..3657c19 100644
--- a/modules/private/monitoring/objects_tiboqorl-fr.nix
+++ b/modules/private/monitoring/objects_tiboqorl-fr.nix
@@ -10,6 +10,7 @@ let
10 notification_interval = "240"; 10 notification_interval = "240";
11 retry_interval = "1"; 11 retry_interval = "1";
12 servicegroups = "webstatus-resources"; 12 servicegroups = "webstatus-resources";
13 _webstatus_namespace = "tiboqorl";
13 host_name = hostFQDN; 14 host_name = hostFQDN;
14 }; 15 };
15in 16in
@@ -23,6 +24,7 @@ in
23 hostgroups = "webstatus-hosts"; 24 hostgroups = "webstatus-hosts";
24 _webstatus_name = "tiboqorl"; 25 _webstatus_name = "tiboqorl";
25 _webstatus_vhost = "status.immae.eu"; 26 _webstatus_vhost = "status.immae.eu";
27 _webstatus_namespace = "tiboqorl";
26 }; 28 };
27 }; 29 };
28 service = [ 30 service = [
@@ -58,8 +60,8 @@ in
58 use = "local-service"; 60 use = "local-service";
59 check_command = [ 61 check_command = [
60 "check_local_load" 62 "check_local_load"
61 "3.0,3.0,3.0" # warn 63 "0.75,0.75,0.75" # warn
62 "4.0,4.0,4.0" # alert 64 "1.0,1.0,1.0" # alert
63 ]; 65 ];
64 } 66 }
65 { 67 {