mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Call new alert iteration functions
This commit is contained in:
parent
8fc588ca00
commit
9d95ef94bc
2 changed files with 27 additions and 121 deletions
|
|
@ -145,7 +145,9 @@ function top_talkers_utils.makeTopJson(_ifname, save_checkpoint)
|
|||
local res = {}
|
||||
|
||||
local in_time = callback_utils.foreachHost(_ifname, os.time() + 60 --[[1 minute --]], function (hostname, hoststats)
|
||||
local checkpoint = interface.checkpointHostTalker(ifid, hostname, save_checkpoint)
|
||||
-- TODO fix top talkers
|
||||
--local checkpoint = interface.checkpointHostTalker(ifid, hostname, save_checkpoint)
|
||||
local checkpoint = nil
|
||||
local tskey = hoststats["tskey"]
|
||||
|
||||
if(checkpoint == nil) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue