From 24a0c585924a0387467c8b32f31744e997bda64c Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 13 Jun 2025 15:11:24 +0200 Subject: [PATCH] Monitor nix-daemon in tent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Aleix Boné Reviewed-by: Aleix Roca Nonell --- m/tent/monitoring.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/m/tent/monitoring.nix b/m/tent/monitoring.nix index 504cab19..2d1bdc58 100644 --- a/m/tent/monitoring.nix +++ b/m/tent/monitoring.nix @@ -4,6 +4,7 @@ imports = [ ../module/meteocat-exporter.nix ../module/upc-qaire-exporter.nix + ../module/nix-daemon-exporter.nix ]; age.secrets.grafanaJungleRobotPassword = { @@ -116,6 +117,7 @@ "127.0.0.1:9290" # IPMI exporter for local node "127.0.0.1:9928" # UPC Qaire custom exporter "127.0.0.1:9929" # Meteocat custom exporter + "127.0.0.1:9999" # Nix-daemon custom exporter ]; }]; }