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
|
|
@ -336,7 +336,7 @@ end
|
|||
function ts_dump.run_min_dump(_ifname, ifstats, config, when)
|
||||
dumpTopTalkers(_ifname, ifstats, verbose)
|
||||
|
||||
user_scripts.runPeriodicScripts("min")
|
||||
user_scripts.schedulePeriodicScripts("min")
|
||||
alert_utils.check_macs_alerts(ifstats.id)
|
||||
alert_utils.check_host_pools_alerts(ifstats.id)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue