mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Make InfluxDB query timeout configurable
This commit is contained in:
parent
6ae67a84b6
commit
d86d58a80d
6 changed files with 37 additions and 42 deletions
|
|
@ -1361,6 +1361,11 @@ function printStatsTimeseries()
|
|||
"ntopng.prefs.ts_high_resolution", has_custom_housekeeping,
|
||||
nil, nil, nil, influx_active)
|
||||
|
||||
prefsInputFieldPrefs(subpage_active.entries["influxdb_query_timeout"].title, subpage_active.entries["influxdb_query_timeout"].description,
|
||||
"ntopng.prefs.",
|
||||
"influx_query_timeout", "10",
|
||||
"number", influx_active, nil, nil, {min=1})
|
||||
|
||||
print('<tr><th colspan=2 class="info">'..i18n('prefs.interfaces_timeseries')..'</th></tr>')
|
||||
|
||||
-- TODO: make also per-category interface RRDs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue