mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Major terminology unification (user scripts -> checks)
This commit is contained in:
parent
cf363eaa10
commit
2e8a6de0fc
31 changed files with 94 additions and 90 deletions
|
|
@ -68,7 +68,7 @@ function sqlite.dequeueRecipientAlerts(recipient, budget, high_priority)
|
|||
local more_available = true
|
||||
local budget_used = 0
|
||||
|
||||
-- Now also check for alerts pushed by user scripts from Lua
|
||||
-- Now also check for alerts pushed by checks from Lua
|
||||
-- Dequeue alerts up to budget
|
||||
-- Note: in this case budget is the number of sqlite alerts to insert into the queue
|
||||
while budget_used <= budget and more_available do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue