mirror of
https://github.com/nold360/hive-apps
synced 2025-01-03 12:11:16 +00:00
add(prometheus): openwrt-bridge source
This commit is contained in:
parent
897b49fa96
commit
acc2871725
1 changed files with 8 additions and 2 deletions
|
@ -1612,10 +1612,16 @@ prometheus:
|
||||||
# scrape_interval: 60s
|
# scrape_interval: 60s
|
||||||
# static_configs:
|
# static_configs:
|
||||||
# - targets: ['127.0.0.1:9902']
|
# - targets: ['127.0.0.1:9902']
|
||||||
- job_name: 'openwrt'
|
- job_name: 'openwrt-router'
|
||||||
scrape_interval: 30s
|
scrape_interval: 60s
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['192.168.1.1:9100']
|
- targets: ['192.168.1.1:9100']
|
||||||
|
|
||||||
|
- job_name: 'openwrt-bridge'
|
||||||
|
scrape_interval: 60s
|
||||||
|
static_configs:
|
||||||
|
- targets: ['192.168.1.2:9100']
|
||||||
|
|
||||||
- job_name: 'kubernetes-services'
|
- job_name: 'kubernetes-services'
|
||||||
kubernetes_sd_configs:
|
kubernetes_sd_configs:
|
||||||
- role: service
|
- role: service
|
||||||
|
|
Loading…
Reference in a new issue