From afa3cc3a57ef83e0edc3cda21c6cfec1397098cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sun, 18 May 2025 00:43:15 +0200 Subject: [PATCH] Collect smartctl metrics from gunter --- services/monitoring/prometheus.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/services/monitoring/prometheus.nix b/services/monitoring/prometheus.nix index d040603..d0d2117 100644 --- a/services/monitoring/prometheus.nix +++ b/services/monitoring/prometheus.nix @@ -300,6 +300,14 @@ } ]; } + { + job_name = "smartctl"; + static_configs = [ + { + targets = [ "gunter.home.2rjus.net:9633" ]; + } + ]; + } ]; }; }