Changed exclude alert path

This commit is contained in:
Matteo Biscosi 2021-02-17 18:24:54 +01:00
parent 52be488258
commit 6a32b6ca6d
2 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,11 @@
--
-- (C) 2013-21 - ntop.org
--
local dirs = ntop.getDirs()
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
local alert_rest_utils = require "alert_rest_utils"
alert_rest_utils.exclude_alert()