mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Add flag to enable/disable flow/sflow interface in graph_utils
This commit is contained in:
parent
832466ca8c
commit
69a1b8adf4
1 changed files with 2 additions and 0 deletions
|
|
@ -337,7 +337,9 @@ function graph_utils.drawNewGraphs(source_value_object)
|
|||
snmp_interface = ntop.getPref("ntopng.prefs.snmp_devices_rrd_creation") == "1",
|
||||
snmp_device = ntop.getPref("ntopng.prefs.snmp_devices_rrd_creation") == "1",
|
||||
flow_device = false,
|
||||
flow_interface = false,
|
||||
sflow_device = false,
|
||||
sflow_interface = false,
|
||||
}
|
||||
|
||||
local sources_types_top_enabled = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue