]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/monitoring/objects_immae-eu.nix
Add some monitoring services (eriomem)
[perso/Immae/Config/Nix.git] / modules / private / monitoring / objects_immae-eu.nix
index a1d1adb74dc842a0a46fe7a7b7443e78674b9e92..a6337e93074c30588f07bfa93d558d74ce674c95 100644 (file)
@@ -64,18 +64,6 @@ in
       notification_interval = "0";
     }
 
-    {
-      service_description = "rsync backup happened not too long ago";
-      servicegroups = "webstatus-backup";
-    }
-
-    {
-      service_description = "eriomem backup is up and not full";
-      freshness_threshold = "10800";
-      notification_interval = "120";
-      servicegroups = "webstatus-backup";
-    }
-
     {
       service_description = "postfix service is active";
     }
@@ -88,11 +76,6 @@ in
       service_description = "sshd service is active";
     }
 
-    {
-      service_description = "httpd service is active";
-      servicegroups = "webstatus-resources";
-    }
-
     {
       service_description = "postfix SSL is up to date";
     }
@@ -108,11 +91,5 @@ in
       servicegroups = "webstatus-email";
       freshness_threshold = "1350";
     }
-
-    #### Web scenarios
-    {
-      service_description = "Default website site is running on ns208507.ip-188-165-209.eu";
-      freshness_threshold = "1800";
-    }
   ];
 }