mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Removed and fixes some dependencies
This commit is contained in:
parent
4b0767ca2e
commit
e597e83e15
22 changed files with 641 additions and 1078 deletions
|
|
@ -11,7 +11,7 @@ package.path = dirs.installdir .. "/scripts/lua/modules/notifications/?.lua;" ..
|
|||
|
||||
require "ntop_utils"
|
||||
local alert_entities = require "alert_entities"
|
||||
local alert_consts = require("alert_consts")
|
||||
local alert_consts = require "alert_consts"
|
||||
local recipients = require "recipients"
|
||||
local do_trace = false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue