From 5d3c9a67ab4854ef8def33ce84ddc19e59d6b85e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 4 Apr 2022 18:35:32 +0200 Subject: [PATCH] fix(monitoring): remove tahina --- systems/makanek/monitoring/default.nix | 10 ---------- 1 file changed, 10 deletions(-) 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 = {