mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Disabled check by default
This commit is contained in:
parent
7e9986c22d
commit
372c54294e
1 changed files with 9 additions and 7 deletions
|
|
@ -11,15 +11,17 @@ local flow_alert_keys = require "flow_alert_keys"
|
|||
-- #################################################################
|
||||
|
||||
local script = {
|
||||
-- Script category
|
||||
category = checks.check_categories.security,
|
||||
default_enabled = false,
|
||||
|
||||
alert_id = flow_alert_keys.flow_alert_custom_lua_script,
|
||||
-- Script category
|
||||
category = checks.check_categories.security,
|
||||
|
||||
gui = {
|
||||
i18n_title = "flow_checks_config.custom_lua_script",
|
||||
i18n_description = "flow_checks_config.custom_lua_script_description",
|
||||
}
|
||||
alert_id = flow_alert_keys.flow_alert_custom_lua_script,
|
||||
|
||||
gui = {
|
||||
i18n_title = "flow_checks_config.custom_lua_script",
|
||||
i18n_description = "flow_checks_config.custom_lua_script_description",
|
||||
}
|
||||
}
|
||||
|
||||
-- #################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue