X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=modules%2Fprivate%2Fmonitoring%2Fobjects_eban.nix;h=9ad49e1402f66a66e7c22f8dd0cea08d6ae450fa;hp=659b0ec5eca7c0730e2f9e7b1ef74cec72cdedae;hb=c41d0de83b1841097c6be8d8baeed557b065657b;hpb=ef909e2435194af725f4338a13e4732328ef7361 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 check_interval = "15"; servicegroups = "webstatus-resources"; + _webstatus_namespace = "eban"; } // rest; in { @@ -28,6 +29,7 @@ in contact_groups = "null"; _webstatus_name = "Eban"; _webstatus_vhost = "status.eban.bzh"; + _webstatus_namespace = "eban"; }; }; service = [ @@ -50,11 +52,11 @@ in _webstatus_url = "https://git.eban.bzh/"; }) (serviceTemplate { - service_description = "Eban Cloud is up and running"; - check_command = ["check_https" "cloud.eban.bzh" "/" ""]; + service_description = "Eban Bitwarden is up and running"; + check_command = ["check_https" "bitwarden.eban.bzh" "/" "<title"]; - _webstatus_name = "Cloud"; - _webstatus_url = "https://cloud.eban.bzh/"; + _webstatus_name = "Bitwarden"; + _webstatus_url = "https://bitwarden.eban.bzh/"; }) ]; }