mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Move connection_failed check definition to pro
This commit is contained in:
parent
82e2084e01
commit
8ea3d4bb59
1 changed files with 0 additions and 29 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue