mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Add new timeseries page in flow/sflow
This commit is contained in:
parent
d2f5e8a085
commit
a6d0eb2011
2 changed files with 94 additions and 0 deletions
|
|
@ -336,6 +336,8 @@ function graph_utils.drawNewGraphs(source_value_object)
|
|||
container = ifstats.has_seen_containers,
|
||||
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,
|
||||
sflow_device = false,
|
||||
}
|
||||
|
||||
local sources_types_top_enabled = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue