Unified flow device timeseries prefs #5670

This commit is contained in:
MatteoBiscosi 2021-07-14 10:17:11 +02:00
parent cb48d6e005
commit ab04e0d156
3 changed files with 1 additions and 12 deletions

View file

@ -443,7 +443,7 @@ function ts_dump.getConfig()
config.interface_ndpi_timeseries_creation = ntop.getPref("ntopng.prefs.interface_ndpi_timeseries_creation")
config.ndpi_flows_timeseries_creation = ntop.getPref("ntopng.prefs.ndpi_flows_rrd_creation")
config.observation_points_rrd_creation = ntop.getPref("ntopng.prefs.observation_points_rrd_creation")
config.observation_points_rrd_creation = ntop.getPref("ntopng.prefs.flow_device_port_rrd_creation")
config.internals_rrd_creation = ntop.getPref("ntopng.prefs.internals_rrd_creation") == "1"
config.is_dump_flows_enabled = ntop.getPrefs()["is_dump_flows_enabled"]