mirror of
https://github.com/ItsDrike/network-monitor.git
synced 2025-05-09 10:48:37 +00:00
only run speedtest every 15m
This commit is contained in:
parent
8d3e1f5c6c
commit
f0f5d347f4
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ scrape_configs:
|
||||||
|
|
||||||
- job_name: 'speedtest'
|
- job_name: 'speedtest'
|
||||||
metrics_path: /metrics
|
metrics_path: /metrics
|
||||||
scrape_interval: 5m
|
scrape_interval: 15m
|
||||||
scrape_timeout: 60s # running speedtest needs time to complete
|
scrape_timeout: 60s # running speedtest needs time to complete
|
||||||
|
|
||||||
static_configs:
|
static_configs:
|
||||||
|
|
Loading…
Add table
Reference in a new issue