]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/monitoring/objects_immae-eu.nix
Fix immae.eu monitoring
[perso/Immae/Config/Nix.git] / modules / private / monitoring / objects_immae-eu.nix
index 70459fc4032be276d0d4cc40c5d58e31c98a4b04..96f91aaa07ede5f8d567b043401e7214353e10e8 100644 (file)
@@ -52,11 +52,6 @@ in
       service_description = "ssh connexion responds";
     }
 
-    {
-      service_description = "fail2ban is active";
-      servicegroups = "webstatus-resources";
-    }
-
     {
       service_description = "pacman packages are not too old";
       servicegroups = "webstatus-resources";
@@ -64,10 +59,6 @@ in
       notification_interval = "0";
     }
 
-    {
-      service_description = "postfix service is active";
-    }
-
     {
       service_description = "tinc@Immae service is active";
     }
@@ -75,10 +66,5 @@ in
     {
       service_description = "sshd service is active";
     }
-
-    {
-      service_description = "mailq is empty";
-      servicegroups = "webstatus-email";
-    }
   ];
 }