aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2021-07-09 17:57:46 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2021-07-09 17:57:46 +0200
commita866d86dabc39d18019040924dd720ed377d1ec6 (patch)
tree5166bb79a621a97db5fbb1ec54ef499316974574
parent57a421133a011d99d4fbfc5342686a68a890f573 (diff)
downloadNix-a866d86dabc39d18019040924dd720ed377d1ec6.tar.gz
Nix-a866d86dabc39d18019040924dd720ed377d1ec6.tar.zst
Nix-a866d86dabc39d18019040924dd720ed377d1ec6.zip
Remove some monitoring objects for Eban
-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