mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09: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
|
|
@ -207,7 +207,10 @@ local menu_subpages = {
|
|||
}, timeseries_resolution_resolution = {
|
||||
title = i18n("prefs.timeseries_resolution_resolution_title"),
|
||||
description = i18n("prefs.timeseries_resolution_resolution_description"),
|
||||
},
|
||||
}, influxdb_query_timeout = {
|
||||
title = i18n("prefs.influxdb_query_timeout_title"),
|
||||
description = i18n("prefs.influxdb_query_timeout_description"),
|
||||
}
|
||||
}}, {id="alerts", label=i18n("show_alerts.alerts"), advanced=false, pro_only=false, hidden=(prefs.has_cmdl_disable_alerts == true), entries={
|
||||
disable_alerts_generation = {
|
||||
title = i18n("prefs.disable_alerts_generation_title"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue