Switch Traefik scrape target to LAN IP

This commit is contained in:
Joey Hafner 2022-07-15 19:06:56 -07:00
parent d04f2252af
commit 71f4b72a01

View File

@ -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'