mirror of
https://github.com/ItsDrike/network-monitor.git
synced 2024-12-26 05:54:34 +00:00
only run speedtest every 15m
This commit is contained in:
parent
8d3e1f5c6c
commit
f0f5d347f4
|
@ -30,7 +30,7 @@ scrape_configs:
|
|||
|
||||
- job_name: 'speedtest'
|
||||
metrics_path: /metrics
|
||||
scrape_interval: 5m
|
||||
scrape_interval: 15m
|
||||
scrape_timeout: 60s # running speedtest needs time to complete
|
||||
|
||||
static_configs:
|
||||
|
|
Loading…
Reference in a new issue