mirror of
https://github.com/nold360/hive-apps
synced 2024-11-15 18:19:34 +00:00
Fix: grafana/prometheus config
This commit is contained in:
parent
0f1ec29e3c
commit
780717021f
1 changed files with 4 additions and 4 deletions
|
@ -36,10 +36,10 @@ server:
|
|||
pushgateway:
|
||||
enabled: true
|
||||
|
||||
extraScrapeConfigs: |
|
||||
- job_name: 'openwrt'
|
||||
scrape_interval: 10s
|
||||
static_configs:
|
||||
extraScrapeConfigs:
|
||||
- job_name: 'openwrt'
|
||||
scrape_interval: 10s
|
||||
static_configs:
|
||||
- targets: ['192.168.1.1:9100']
|
||||
# - job_name: 'borg'
|
||||
# scrape_interval: 120s
|
||||
|
|
Loading…
Reference in a new issue