mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Set min granularity for speedtest to 1h (#5025)
This commit is contained in:
parent
eee3bf0ca3
commit
1767ca575f
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue