mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +00:00
disabled(prometheus): unused scrape configs
This commit is contained in:
parent
068e4699e1
commit
69b2129536
1 changed files with 0 additions and 9 deletions
|
@ -98,21 +98,12 @@ prometheus:
|
|||
# scrape_interval: 60s
|
||||
# static_configs:
|
||||
# - targets: ['127.0.0.1:9902']
|
||||
- job_name: 'openwrt-router'
|
||||
scrape_interval: 60s
|
||||
static_configs:
|
||||
- targets: ['192.168.1.1:9100']
|
||||
|
||||
- job_name: 'hive-ipmi'
|
||||
scrape_interval: 60s
|
||||
static_configs:
|
||||
- targets: ['192.168.1.111:9290']
|
||||
|
||||
- job_name: 'esplant'
|
||||
scrape_interval: 60s
|
||||
static_configs:
|
||||
- targets: ['esplant.lan:80']
|
||||
|
||||
- job_name: 'kubernetes-services'
|
||||
scrape_interval: 120s
|
||||
kubernetes_sd_configs:
|
||||
|
|
Loading…
Reference in a new issue