mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Improve InfluxDB support
- Automatically create the database at startup - Add database name option - Add maximum retention time option - Check InfluxDB version
This commit is contained in:
parent
b57884a22f
commit
1af40bd42f
8 changed files with 133 additions and 27 deletions
|
|
@ -116,6 +116,12 @@ local menu_subpages = {
|
|||
}, influxdb_url = {
|
||||
title = i18n("prefs.influxdb_url_title"),
|
||||
description = i18n("prefs.influxdb_url_description"),
|
||||
}, influxdb_dbname = {
|
||||
title = i18n("prefs.influxdb_dbname_title"),
|
||||
description = i18n("prefs.influxdb_dbname_description"),
|
||||
}, influxdb_storage = {
|
||||
title = i18n("prefs.influxdb_storage_title"),
|
||||
description = i18n("prefs.influxdb_storage_description"),
|
||||
}, minute_top_talkers_retention = {
|
||||
title = i18n("prefs.minute_top_talkers_retention_title"),
|
||||
description = i18n("prefs.minute_top_talkers_retention_description"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue