diff --git a/systems/makanek/monitoring/default.nix b/systems/makanek/monitoring/default.nix index a6c4e5d..6f42afa 100644 --- a/systems/makanek/monitoring/default.nix +++ b/systems/makanek/monitoring/default.nix @@ -238,16 +238,6 @@ in { } ]; } - { - job_name = "tahina"; - static_configs = [ - { - targets = [ - "tahina.r:${toString config.services.prometheus.exporters.node.port}" - ]; - } - ]; - } ]; services.prometheus.exporters.blackbox = {