mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Added filter for second host in flows (#2722)
This commit is contained in:
parent
8d5ddda7d4
commit
fa0578c8a9
10 changed files with 146 additions and 42 deletions
|
|
@ -1628,7 +1628,8 @@ local known_parameters = {
|
|||
["stats_type"] = validateStatsType, -- A mode for historical stats queries
|
||||
["alertstats_type"] = validateAlertStatsType, -- A mode for alerts stats queries
|
||||
["flowhosts_type"] = validateFlowHostsType, -- A filter for local/remote hosts in each of the two directions
|
||||
["status"] = validateUnquoted, -- An alert type to filter
|
||||
["talking_with"] = validateHost, -- A filter for hosts in each of the two directions
|
||||
["status"] = validateUnquoted, -- An alert type to filter
|
||||
["enabled_status"] = validateSingleWord, -- Can be: All, Enabled, Disabled
|
||||
["hash_table"] = validateSingleWord, -- An internal ntopng hash_table
|
||||
["periodic_script"] = validateSingleWord, -- A script under callbacks/interface executed by ntopng
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue