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" ]; + } + ]; + } ]; }; }