mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Refactors user_scripts into checks (lua)
This commit is contained in:
parent
3c3aa5a25f
commit
76fd315d1b
222 changed files with 980 additions and 981 deletions
|
|
@ -1,7 +1,7 @@
|
|||
--
|
||||
-- (C) 2020-21 - ntop.org
|
||||
--
|
||||
-- This file contains the user_script constats
|
||||
-- This file contains the check constats
|
||||
|
||||
local periodic_activities_utils = {}
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ periodic_activities_utils.periodic_activities = {
|
|||
-- Keep in sync with PeriodicActivities.cpp
|
||||
["stats_update.lua"] = { max_duration = 10 },
|
||||
["dequeue_flows_for_hooks.lua"] = { max_duration = 3600 },
|
||||
["periodic_user_scripts.lua"] = { max_duration = 60 },
|
||||
["periodic_checks.lua"] = { max_duration = 60 },
|
||||
["minute.lua"] = { max_duration = 60 },
|
||||
["5min.lua"] = { max_duration = 300 },
|
||||
["hourly.lua"] = { max_duration = 600 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue