mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Implement TCP flags timeseries for network interfaces
This commit is contained in:
parent
fb7b9d0366
commit
4dffa882ef
6 changed files with 23 additions and 0 deletions
|
|
@ -731,6 +731,7 @@ local known_parameters = {
|
|||
["toggle_tiny_flows_export"] = validateBool,
|
||||
["toggle_asn_rrds"] = validateBool,
|
||||
["toggle_shaping_directions"] = validateBool,
|
||||
["toggle_tcp_flags_rrds"] = validateBool,
|
||||
|
||||
-- Input fields
|
||||
["minute_top_talkers_retention"] = validateNumber,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue