mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Add preference to enable VLAN rrd dump and display VLAN rrd graphs
This commit is contained in:
parent
60bb301c76
commit
b83a93c6a5
9 changed files with 74 additions and 32 deletions
|
|
@ -747,6 +747,7 @@ local known_parameters = {
|
|||
["toggle_access_log"] = validateBool,
|
||||
["toggle_snmp_rrds"] = validateBool,
|
||||
["toggle_tiny_flows_export"] = validateBool,
|
||||
["toggle_vlan_rrds"] = validateBool,
|
||||
["toggle_asn_rrds"] = validateBool,
|
||||
["toggle_shaping_directions"] = validateBool,
|
||||
["toggle_tcp_flags_rrds"] = validateBool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue