]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Remove some monitoring objects for Eban
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Fri, 9 Jul 2021 15:57:46 +0000 (17:57 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Fri, 9 Jul 2021 15:57:46 +0000 (17:57 +0200)
modules/private/monitoring/objects_eban.nix

index 1e831d571fe497895abb8af1c387473257a01c34..df54f6a5223f8caf3183cee46b60ece1b5d19ad9 100644 (file)
@@ -52,13 +52,6 @@ in
       _webstatus_name = "Git";
       _webstatus_url = "https://git.eban.bzh/";
     })
-    (serviceTemplate {
-      service_description = "Eban Bitwarden is up and running";
-      check_command = ["check_https" "bitwarden.eban.bzh" "/" "<title"];
-
-      _webstatus_name = "Bitwarden";
-      _webstatus_url = "https://bitwarden.eban.bzh/";
-    })
     (serviceTemplate {
       service_description = "I Learned website is up and running";
       check_command = [ "check_https" "ilearned.eu.org" "/" "<title" ];