mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Improved detection of flow status
This commit is contained in:
parent
689e38d90a
commit
5ff9db9dd5
9 changed files with 214 additions and 12 deletions
|
|
@ -440,7 +440,9 @@ for _key, _value in pairsByKeys(vals, funct) do
|
|||
-- if(value["category"] ~= nil) then print (", \"column_category\" : \"" .. value["category"] .. "\", ") else print (",") end
|
||||
print (", \"column_proto_l4\" : \"")
|
||||
|
||||
if(value["flow.idle"]) then print("<i class='fa fa-clock-o fa-lg'></i> ") end
|
||||
if(value["flow.status"] ~= 0) then
|
||||
print("<i class='fa fa-warning fa-lg' style='color: orange;'></i> ")
|
||||
end
|
||||
|
||||
if ((((value["proto.l4"] == "TCP") or (value["proto.l4"] == "UDP")))
|
||||
and ((value["tcp.seq_problems"] == true) or (value["flow_goodput.low"] == true))) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue