mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Reorganized periodic scripts
This commit is contained in:
parent
6bbe815b57
commit
e92135e776
60 changed files with 1128 additions and 2377 deletions
|
|
@ -812,15 +812,8 @@ end
|
|||
|
||||
-- ########################################################
|
||||
|
||||
-- This performs all the 5 minutes tasks execept the timeseries dump
|
||||
function ts_dump.run_5min_tasks(_ifname, ifstats)
|
||||
checks.schedulePeriodicScripts("5mins")
|
||||
end
|
||||
|
||||
-- ########################################################
|
||||
|
||||
-- NOTE: this is executed every minute if ts_utils.hasHighResolutionTs() is true
|
||||
function ts_dump.run_5min_dump(_ifname, ifstats, config, when)
|
||||
function ts_dump.run_5min_dump(_ifname, ifstats, config, when, verbose)
|
||||
local num_processed_hosts = 0
|
||||
local min_instant = when - (when % 60) - 60
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue