mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Removed old Lua leftover
This commit is contained in:
parent
d997343c2d
commit
32c1bf8243
76 changed files with 4 additions and 32530 deletions
|
|
@ -25,7 +25,7 @@ local shaper_utils = nil
|
|||
local CONST_DEFAULT_PACKETS_DROP_PERCENTAGE_ALERT = "5"
|
||||
local MAX_NUM_PER_MODULE_QUEUED_ALERTS = 1024 -- should match ALERTS_MANAGER_MAX_ENTITY_ALERTS on the AlertsManager
|
||||
|
||||
if(ntop.isPro()) then
|
||||
if(ntop.isnEdge()) then
|
||||
package.path = dirs.installdir .. "/pro/scripts/lua/modules/?.lua;" .. package.path
|
||||
shaper_utils = require("shaper_utils")
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue