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"]