Removed old Lua leftover

This commit is contained in:
Luca Deri 2018-12-18 00:28:27 +01:00
parent d997343c2d
commit 32c1bf8243
76 changed files with 4 additions and 32530 deletions

View file

@ -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