Improve invalid host behavior - add flow alerts anchor

Implements #5603
This commit is contained in:
Simone Mainardi 2021-07-01 13:01:19 +02:00
parent 6827241e13
commit 2b58ed6708
2 changed files with 34 additions and 2 deletions

View file

@ -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