From 9f43a0e13bad3528f0b15ef2a23546803b5bfdf2 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 2 Jun 2025 07:55:11 +0200 Subject: [PATCH] Remove fox monitoring via IPMI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We will need to setup an VPN to be able to access fox in its new location, so for now we simply remove the IPMI monitoring. Reviewed-by: Aleix Boné --- m/hut/monitoring.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/m/hut/monitoring.nix b/m/hut/monitoring.nix index dd3893a6..db5f49fb 100644 --- a/m/hut/monitoring.nix +++ b/m/hut/monitoring.nix @@ -267,17 +267,6 @@ } ]; } - { - job_name = "ipmi-fox"; - metrics_path = "/ipmi"; - static_configs = [ - { targets = [ "127.0.0.1:9290" ]; } - ]; - params = { - target = [ "fox-ipmi" ]; - module = [ "fox" ]; - }; - } ]; }; }