mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Added HREF from flows info to flow lists according to flow exporter/interfaces
Improved flow drops report in interfaces For ZMQ interfaces throughtput is computed with frequency not les than 5 sec to avoid inaccurate computation
This commit is contained in:
parent
29ede6ff67
commit
32bee91c83
6 changed files with 36 additions and 20 deletions
|
|
@ -640,7 +640,6 @@ local known_parameters = {
|
|||
["query"] = validateUnchecked, -- This field should be used to perform partial queries.
|
||||
-- It up to the script to implement proper validation.
|
||||
-- In NO case query should be executed directly without validation.
|
||||
|
||||
-- UNQUOTED (Not Generally dangerous)
|
||||
["referer"] = validateUnquoted, -- An URL referer
|
||||
["url"] = validateUnquoted, -- An URL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue