ntopng/doc/README.beta_features
Oskar Fagerfjäll f1d38bac3b
Fix typos in documentation (#4311)
* Standardize spelling customize in docs

* Standardize spelling categorize in docs

* Standardize spelling behavior in docs

* Standardize spelling visualization in docs

* Standardize spelling Redis in docs

* Standardize spelling ZMQ in docs

* Standardize spelling CPU in docs

* Standardize spelling URL in docs

* Correct typos in docs
2020-08-19 11:51:11 +02:00

34 lines
1.3 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"
## [Debug] Log VPN events from firewalls plugins (2 for more verbosity)
redis-cli set "ntopng.prefs.vpn_debug_enabled" "1"