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

prometheus: scrape node_exporter on router

This commit is contained in:
Matt Layher 2017-03-02 15:26:41 -05:00
parent c8ef88257d
commit 71a7e079d2
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -12,6 +12,7 @@ prometheus_jobs:
- "192.168.1.3:9162"
- job: "node"
targets:
- "192.168.1.1:9100"
- "192.168.1.3:9100"
- "192.168.1.5:9100"
- "192.168.1.20:9100"