Implement TCP flags timeseries for network interfaces

This commit is contained in:
emanuele-f 2017-04-04 19:09:41 +02:00
parent fb7b9d0366
commit 4dffa882ef
6 changed files with 23 additions and 0 deletions

View file

@ -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,