Reorganized periodic scripts

This commit is contained in:
MatteoBiscosi 2021-12-28 15:41:28 +01:00
parent 6bbe815b57
commit e92135e776
60 changed files with 1128 additions and 2377 deletions

View file

@ -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