mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Makes InfluxDB default TS resolution to 5 minutes
This commit is contained in:
parent
bdf8c4042f
commit
6d08bb50ae
2 changed files with 1 additions and 3 deletions
|
|
@ -1085,14 +1085,13 @@ function printStatsTimeseries()
|
|||
|
||||
multipleTableButtonPrefs(subpage_active.entries["timeseries_resolution_resolution"].title,
|
||||
subpage_active.entries["timeseries_resolution_resolution"].description .. "<br><b>" .. i18n("notes") .. [[</b>:<ul>
|
||||
<li>]] .. i18n("prefs.ts_resolution_note1", {url="prefs.lua?tab=retention"}) .. [[</li>
|
||||
<li>]] .. i18n("prefs.ts_resolution_note2", {
|
||||
external_icon = "<i class='fas fa-external-link-alt'></i>",
|
||||
url="https://docs.influxdata.com/influxdb/v1.8/query_language/manage-database/#delete-a-database-with-drop-database"
|
||||
}) .. [[</li>
|
||||
</ul>]],
|
||||
resolutions_labels, resolutions_values,
|
||||
"60",
|
||||
"300",
|
||||
"primary",
|
||||
"ts_high_resolution",
|
||||
"ntopng.prefs.ts_resolution", nil,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue