mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Implements deadlines for periodic and user scripts
This commit is contained in:
parent
7f449f8e64
commit
0e64fd94d6
30 changed files with 117 additions and 112 deletions
|
|
@ -183,7 +183,7 @@ function top_talkers_utils.makeTopJson(_ifname)
|
|||
return nil
|
||||
end
|
||||
|
||||
local in_time = callback_utils.foreachHost(_ifname, os.time() + 50 --[[ seconds --]], function (hostname, hoststats)
|
||||
local in_time = callback_utils.foreachHost(_ifname, function (hostname, hoststats)
|
||||
local checkpoint = interface.checkpointHostTalker(ifid, hostname)
|
||||
local tskey = hoststats["tskey"]
|
||||
local vlan = hoststats["vlan"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue