From 22a2e1b9e811aff55df6f20aed40adfb585ec5fd Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 17 Jun 2025 16:41:25 +0200 Subject: [PATCH] Monitor fox via VPN MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Aleix Boné --- m/tent/monitoring.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/m/tent/monitoring.nix b/m/tent/monitoring.nix index 2d1bdc58..0180d1ca 100644 --- a/m/tent/monitoring.nix +++ b/m/tent/monitoring.nix @@ -200,6 +200,17 @@ module = [ "raccoon" ]; }; } + { + job_name = "ipmi-fox"; + metrics_path = "/ipmi"; + static_configs = [ + { targets = [ "127.0.0.1:9290" ]; } + ]; + params = { + target = [ "fox-ipmi.ac.upc.edu" ]; + module = [ "fox" ]; + }; + } ]; }; }