Set min granularity for speedtest to 1h (#5025)

This commit is contained in:
Alfredo Cardigliano 2021-10-08 13:36:44 +00:00
parent eee3bf0ca3
commit 1767ca575f

View file

@ -119,8 +119,8 @@ return {
check = run_speedtest,
-- The function responsible for collecting the results
collect_results = collect_speedtest,
-- The granularities allowed for the probe. See supported_granularities in active_monitoring.lua
granularities = { "5mins", "hour", "daily"},
-- The granularities allowed for the probe. See supported_granularities in am_utils.lua
granularities = { "hour" },
-- The localization string for the measurement unit (e.g. "ms", "Mbits")
i18n_unit = "field_units.mbits",
-- The localization string for the Jitter unit (e.g. "ms", "Mbits")