From c85b1af494e9909ce789c0216c53d309cac9252c Mon Sep 17 00:00:00 2001 From: Malcolm Stewart Date: Sat, 3 Jan 2026 00:35:05 -0500 Subject: [PATCH] Prometheus: Add homeassistant exporter --- prometheus/templates/prometheus.yml.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prometheus/templates/prometheus.yml.j2 b/prometheus/templates/prometheus.yml.j2 index 2e00684..abe7937 100644 --- a/prometheus/templates/prometheus.yml.j2 +++ b/prometheus/templates/prometheus.yml.j2 @@ -16,3 +16,6 @@ scrape_configs: - job_name: gateway_lua static_configs: - targets: ["10.1.1.1:9100"] + - job_name: homeassistant + static_configs: + - tagets: ["10.1.3.3"]