1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

prometheus: add traefik job

This commit is contained in:
Matt Layher 2017-08-21 17:22:35 -04:00
parent 541d246cd4
commit 446cce3960
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -23,6 +23,9 @@ prometheus_jobs:
targets:
- "192.168.1.3:9090"
- "192.168.1.4:9090"
- job: "traefik"
targets:
- "192.168.1.4:8080"
- job: "unifi"
targets:
- "192.168.1.4:9130"