X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprivate%2Fmonitoring%2Fobjects_immae-eu.nix;h=96f91aaa07ede5f8d567b043401e7214353e10e8;hb=10e597f87ee789e9b3d115e6b6afa6f3fee8155a;hp=3dda999d8982860575440f7a4d4477fb988c21c4;hpb=e820134d38c3b7470ea5112f40a6dc967f039878;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/modules/private/monitoring/objects_immae-eu.nix b/modules/private/monitoring/objects_immae-eu.nix index 3dda999..96f91aa 100644 --- a/modules/private/monitoring/objects_immae-eu.nix +++ b/modules/private/monitoring/objects_immae-eu.nix @@ -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,22 +59,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"; - } - { service_description = "tinc@Immae service is active"; } @@ -87,37 +66,5 @@ in { service_description = "sshd service is active"; } - - { - service_description = "httpd service is active"; - servicegroups = "webstatus-resources"; - } - - { - service_description = "postfix SSL is up to date"; - } - - { - service_description = "mailq is empty"; - servicegroups = "webstatus-email"; - } - - ## Sending e-mail - { - service_description = "immae.eu email service is active"; - servicegroups = "webstatus-email"; - freshness_threshold = "1350"; - } - - #### Web scenarios - { - service_description = "discourse website is running on discourse.capitaines.fr"; - freshness_threshold = "1800"; - } - - { - service_description = "Default website site is running on ns208507.ip-188-165-209.eu"; - freshness_threshold = "1800"; - } ]; }