mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixed missing import of host pool and silence duplicate alerts (#9008)
* Fixed missing import of host pool and silence duplicate alerts in notification config import * Removed debug print
This commit is contained in:
parent
c31891f403
commit
c45d7d3347
4 changed files with 15 additions and 9 deletions
|
|
@ -40,6 +40,7 @@ end
|
|||
local items = {}
|
||||
|
||||
local notifications_ie = notifications_import_export:create()
|
||||
|
||||
items[#items+1] = {
|
||||
name = "notifications",
|
||||
conf = modules["notifications"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue