]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/monitoring/objects_monitoring-1.nix
Move notification systems to apprise
[perso/Immae/Config/Nix.git] / modules / private / monitoring / objects_monitoring-1.nix
index 563be167657b63d6ceadadb2f09baf8e21da6923..f82af2171ef70dab752315e8536cdbf339f95949 100644 (file)
@@ -5,6 +5,10 @@
     # Dummy host for testing
     # "dummy-host" = {
     #   alias = "dummy.host";
+    #   check_interval = "0.3";
+    #   max_check_attempts = "1";
+    #   flap_detection_enabled = "0";
+    #   notification_interval = "0.1";
     #   address = "dummy.host";
     #   use = "linux-server";
     #   check_command = "check_ok";
 
     # Tiboqorl
     {
-      service_description = "Cyllene support page is running";
+      service_description = "Origny page is running on ipv4";
       host_name = "tiboqorl.fr";
       use = "external-web-service";
       contact_groups = "tiboqorl";
-      check_command = [ "check_https" "sc.groupe-cyllene.com" "/" "<title>Support Client Cyllene" ];
+      check_command = [ "check_https_4" "origny.tiboqorl.fr" "/" "<title>Home Assistant" ];
       _webstatus_namespace = "tiboqorl";
     }
-
     {
-      service_description = "Origny page is running";
+      service_description = "Origny page is running on ipv6";
       host_name = "tiboqorl.fr";
       use = "external-web-service";
       contact_groups = "tiboqorl";
-      check_command = [ "check_https" "origny.tiboqorl.fr" "/" "<title>Home Assistant" ];
+      check_command = [ "check_https_6" "origny.tiboqorl.fr" "/" "<title>Home Assistant" ];
       _webstatus_namespace = "tiboqorl";
     }
   ];
   };
   contactgroup = {
     telio-tortay = { alias = "Telio Tortay"; members = "immae"; };
-    tiboqorl = { alias = "Tiboqorl"; members = "immae"; };
+    tiboqorl = { alias = "Tiboqorl"; members = ""; };
   };
 }