mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Adds anomalous flows to the looking glass
This commit is contained in:
parent
104a9eb73c
commit
2b2b37e624
13 changed files with 60 additions and 40 deletions
|
|
@ -146,7 +146,6 @@ if(all ~= nil) then
|
|||
currentPage = 0
|
||||
end
|
||||
|
||||
|
||||
local now = os.time()
|
||||
local vals = {}
|
||||
|
||||
|
|
@ -194,10 +193,10 @@ if(hosts_stats ~= nil) then
|
|||
-- io.write("==> "..criteria.."\n")
|
||||
if(sortColumn == "column_"..criteria) then
|
||||
local c = hosts_stats[key]["criteria"]
|
||||
|
||||
tprint(c)
|
||||
if(c ~= nil) then
|
||||
vals[c[criteria_key]+postfix] = key
|
||||
--io.write(key.."="..hosts_stats[key]["criteria"][criteria_key].."\n")
|
||||
-- io.write(key.."="..hosts_stats[key]["criteria"][criteria_key].."\n")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue