mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Reorganized periodic scripts
This commit is contained in:
parent
6bbe815b57
commit
e92135e776
60 changed files with 1128 additions and 2377 deletions
|
|
@ -363,11 +363,9 @@ end
|
|||
|
||||
-- ########################################################
|
||||
|
||||
function ts_dump.run_min_dump(_ifname, ifstats, config, when)
|
||||
function ts_dump.run_min_dump(_ifname, ifstats, config, when, verbose)
|
||||
dumpTopTalkers(_ifname, ifstats, verbose)
|
||||
|
||||
checks.schedulePeriodicScripts("min")
|
||||
|
||||
local iface_rrd_creation_enabled = areInterfaceTimeseriesEnabled(ifstats.id)
|
||||
|
||||
if not iface_rrd_creation_enabled then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue