aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/private/monitoring/objects_eban.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/private/monitoring/objects_eban.nix b/modules/private/monitoring/objects_eban.nix
index 1e831d5..df54f6a 100644
--- a/modules/private/monitoring/objects_eban.nix
+++ b/modules/private/monitoring/objects_eban.nix
@@ -53,13 +53,6 @@ in
53 _webstatus_url = "https://git.eban.bzh/"; 53 _webstatus_url = "https://git.eban.bzh/";
54 }) 54 })
55 (serviceTemplate { 55 (serviceTemplate {
56 service_description = "Eban Bitwarden is up and running";
57 check_command = ["check_https" "bitwarden.eban.bzh" "/" "<title"];
58
59 _webstatus_name = "Bitwarden";
60 _webstatus_url = "https://bitwarden.eban.bzh/";
61 })
62 (serviceTemplate {
63 service_description = "I Learned website is up and running"; 56 service_description = "I Learned website is up and running";
64 check_command = [ "check_https" "ilearned.eu.org" "/" "<title" ]; 57 check_command = [ "check_https" "ilearned.eu.org" "/" "<title" ];
65 58