Switch Traefik scrape target to LAN IP
This commit is contained in:
parent
d04f2252af
commit
71f4b72a01
@ -23,7 +23,7 @@ scrape_configs:
|
||||
- job_name: 'traefik'
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets: ['localhost:28080']
|
||||
- targets: ['192.168.1.23:28080']
|
||||
metrics_path: "/metrics"
|
||||
|
||||
- job_name: 'exporter-pihole'
|
||||
|
Loading…
Reference in New Issue
Block a user