Update prometheus for new router port

This commit is contained in:
Joey Hafner 2022-08-02 23:27:12 -07:00
parent 8e643d2f81
commit 7df3f27df3

View File

@ -17,7 +17,7 @@ scrape_configs:
- job_name: 'router'
scrape_interval: 5s
static_configs:
- targets: ['192.168.1.1:9100']
- targets: ['192.168.1.1:9273']
# scrape applications
- job_name: 'traefik'