mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:34:49 +00:00
Improve invalid host behavior - add flow alerts anchor
Implements #5603
This commit is contained in:
parent
6827241e13
commit
2b58ed6708
2 changed files with 34 additions and 2 deletions
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
require "os"
|
||||
require "lua_utils"
|
||||
|
||||
local ts_utils = require("ts_utils_core")
|
||||
|
||||
local template = require "template_utils"
|
||||
|
|
@ -183,7 +184,6 @@ local message_enabled = (areHostL7TimeseriesEnabled(ifid) or areHostCategoriesTi
|
|||
(ts_utils.getDriverName() ~= "influxdb") and
|
||||
(ntop.getPref("ntopng.prefs.disable_ts_migration_message") ~= "1")
|
||||
|
||||
|
||||
-- Import the BlogNotification Utils script only
|
||||
-- if ntopng is not in OEM version
|
||||
if not info.oem then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue