aboutsummaryrefslogtreecommitdiff
path: root/modules/private/monitoring/objects_eban.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/monitoring/objects_eban.nix')
-rw-r--r--modules/private/monitoring/objects_eban.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/modules/private/monitoring/objects_eban.nix b/modules/private/monitoring/objects_eban.nix
index 659b0ec..9ad49e1 100644
--- a/modules/private/monitoring/objects_eban.nix
+++ b/modules/private/monitoring/objects_eban.nix
@@ -8,6 +8,7 @@ let
8 check_interval = "15"; 8 check_interval = "15";
9 9
10 servicegroups = "webstatus-resources"; 10 servicegroups = "webstatus-resources";
11 _webstatus_namespace = "eban";
11 } // rest; 12 } // rest;
12in 13in
13{ 14{
@@ -28,6 +29,7 @@ in
28 contact_groups = "null"; 29 contact_groups = "null";
29 _webstatus_name = "Eban"; 30 _webstatus_name = "Eban";
30 _webstatus_vhost = "status.eban.bzh"; 31 _webstatus_vhost = "status.eban.bzh";
32 _webstatus_namespace = "eban";
31 }; 33 };
32 }; 34 };
33 service = [ 35 service = [
@@ -50,11 +52,11 @@ in
50 _webstatus_url = "https://git.eban.bzh/"; 52 _webstatus_url = "https://git.eban.bzh/";
51 }) 53 })
52 (serviceTemplate { 54 (serviceTemplate {
53 service_description = "Eban Cloud is up and running"; 55 service_description = "Eban Bitwarden is up and running";
54 check_command = ["check_https" "cloud.eban.bzh" "/" "<title>"]; 56 check_command = ["check_https" "bitwarden.eban.bzh" "/" "<title"];
55 57
56 _webstatus_name = "Cloud"; 58 _webstatus_name = "Bitwarden";
57 _webstatus_url = "https://cloud.eban.bzh/"; 59 _webstatus_url = "https://bitwarden.eban.bzh/";
58 }) 60 })
59 ]; 61 ];
60} 62}