Initial commit
This commit is contained in:
13
appdata/prometheus/prometheus.yml
Normal file
13
appdata/prometheus/prometheus.yml
Normal 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']
|
||||
Reference in New Issue
Block a user