mirror of
https://github.com/ItsDrike/network-monitor.git
synced 2024-11-10 03:59:41 +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'
|
- 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…
Reference in a new issue