Prometheus: Add homeassistant exporter

This commit is contained in:
2026-01-03 00:35:05 -05:00
parent cc609acc34
commit c85b1af494

View File

@@ -16,3 +16,6 @@ scrape_configs:
- job_name: gateway_lua - job_name: gateway_lua
static_configs: static_configs:
- targets: ["10.1.1.1:9100"] - targets: ["10.1.1.1:9100"]
- job_name: homeassistant
static_configs:
- tagets: ["10.1.3.3"]