refactor for endpoints and recipients (#4707)

This commit is contained in:
gabryon99 2020-11-25 16:09:44 +01:00
parent 06161556ac
commit 15772bd0fe
24 changed files with 129 additions and 117 deletions

View file

@ -3,7 +3,8 @@
--
local dirs = ntop.getDirs()
package.path = dirs.installdir .. "/scripts/lua/modules/recipients/?.lua;" .. package.path
package.path = dirs.installdir .. "/scripts/lua/modules/notifications/?.lua;" .. package.path
local plugins_utils = {}
local os_utils = require("os_utils")