mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Handle host pool serialization (exception for backward compatibility).
Fix recipients add Initial work for alerts dispatching to recipients
This commit is contained in:
parent
befc2ec821
commit
7ffb4df9a6
11 changed files with 128 additions and 37 deletions
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
require "lua_utils"
|
||||
local user_scripts = require "user_scripts"
|
||||
local notification_recipients = require("notification_recipients")
|
||||
local json = require "dkjson"
|
||||
local ntop_info = ntop.getInfo()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue