Move connection_failed check definition to pro

This commit is contained in:
Alfredo Cardigliano 2024-01-08 17:28:32 +01:00
parent 82e2084e01
commit 8ea3d4bb59

View file

@ -1,29 +0,0 @@
--
-- (C) 2019-22 - ntop.org
--
local checks = require("checks")
local flow_alert_keys = require "flow_alert_keys"
-- #################################################################
local script = {
-- Script category
category = checks.check_categories.network,
default_enabled = true,
alert_id = flow_alert_keys.flow_alert_connection_failed,
default_value = {
},
gui = {
i18n_title = "flow_checks_config.connection_failed_title",
i18n_description = "flow_checks_config.connection_failed_description",
}
}
-- #################################################################
return script