ntopng/doc/README.beta_features
2020-02-20 16:59:11 +01:00

31 lines
1.1 KiB
Text

Instructions
------------
This file contains a list of beta/debugging features hidden into ntopng.
These are subject to change. The feature can be enabled by enabling the
corresponding redis preference. The correct sequence to follow is:
1. ntopng must be running
2. run the feature-specific command
3. restart ntopng
List of beta/debug features and how to enable them
--------------------------------------------------
## [Feature] Disable InfluxDB data rollup via Continuous Queries
redis-cli set "ntopng.prefs.disable_influxdb_rollup" "1"
## [Debug] Add a dropdown into the charts to select the InfluxDB data rollup to use
redis-cli set "ntopng.prefs.influxdb.debug_aggregation" "1"
## [Debug] Log InfluxDB queries to console
redis-cli set "ntopng.prefs.influxdb.print_queries" "1"
## [Debug] Log RRD operations to console
redis-cli set "ntopng.prefs.rrd_debug_enabled" "1"
## [Debug] Writes periodic activities duration and scheduling problems to the stdout
redis-cli set "ntopng.prefs.periodic_activities_stats_to_stdout" "1"
## [Experimental] Hourly interfaces/hosts traffic delta charts
redis-cli set "ntopng.prefs.enable_ts_deltas_writes" "1"