diff --git a/services/monitoring/prometheus.nix b/services/monitoring/prometheus.nix index 0ec707a..1433405 100644 --- a/services/monitoring/prometheus.nix +++ b/services/monitoring/prometheus.nix @@ -165,6 +165,16 @@ } ]; } + { + job_name = "home-assistant"; + scrape_interval = "60s"; + metrics_path = "/api/prometheus"; + static_configs = [ + { + targets = [ "ha1.home.2rjus.net:8123" ]; + } + ]; + } ]; }; }