Initial commit

This commit is contained in:
Marc Fokkert
2023-07-26 21:08:05 +02:00
commit dc66deb991
37 changed files with 1165 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
scrape_configs:
- job_name: hass
scrape_interval: 60s
metrics_path: /api/prometheus
authorization:
credentials: ''
static_configs:
- targets: ['192.168.2.70:8123']
- job_name: mqtt
scrape_interval: 30s
metrics_path: /metrics
static_configs:
- targets: ['192.168.2.123:9344']