mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Score improvements
The score is now calculated differently on the client and on the server of the flow. The hosts flow is updated every minute and charted. It's now possible to trigger an alert when the score threshold is exceeded
This commit is contained in:
parent
4a1d217d3a
commit
d7528e1628
27 changed files with 209 additions and 114 deletions
|
|
@ -2339,7 +2339,7 @@ end
|
|||
|
||||
-- ###############################################
|
||||
|
||||
function formatElephantFlowStatus(status, flowstatus_info, local2remote)
|
||||
function formatElephantFlowStatus(flowstatus_info, local2remote)
|
||||
local threshold = ""
|
||||
local res = ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue