]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/monitoring/objects_eban.nix
Remove some monitoring objects for Eban
[perso/Immae/Config/Nix.git] / modules / private / monitoring / objects_eban.nix
index 15b19b9d7adaffa159931fb662166c3be35dec7f..df54f6a5223f8caf3183cee46b60ece1b5d19ad9 100644 (file)
@@ -53,11 +53,18 @@ in
       _webstatus_url = "https://git.eban.bzh/";
     })
     (serviceTemplate {
-      service_description = "Eban Bitwarden is up and running";
-      check_command = ["check_https" "bitwarden.eban.bzh" "/" "<title"];
+      service_description = "I Learned website is up and running";
+      check_command = [ "check_https" "ilearned.eu.org" "/" "<title" ];
 
-      _webstatus_name = "Bitwarden";
-      _webstatus_url = "https://bitwarden.eban.bzh/";
+      _webstatus_name = "I Learned website";
+      _webstatus_url = "https://ilearned.eu.org/";
+    })
+    (serviceTemplate {
+      service_description = "I Learned gitea is up and running";
+      check_command = [ "check_https" "git.ilearned.eu.org" "/" "<title" ];
+
+      _webstatus_name = "I Learned Git";
+      _webstatus_url = "https://git.ilearned.eu.org/";
     })
   ];
 }