mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Refactors user_scripts method names
This commit is contained in:
parent
c291fe91c9
commit
4e96ae7e26
6 changed files with 7 additions and 7 deletions
|
|
@ -427,7 +427,7 @@ end
|
|||
|
||||
-- This performs all the 5 minutes tasks execept the timeseries dump
|
||||
function ts_dump.run_5min_tasks(_ifname, ifstats)
|
||||
user_scripts.runPeriodicScripts("5mins")
|
||||
user_scripts.schedulePeriodicScripts("5mins")
|
||||
|
||||
alert_utils.housekeepingAlertsMakeRoom(ifstats.id)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue