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:
parent
541d246cd4
commit
446cce3960
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue