mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Changed alert name (#5805)
This commit is contained in:
parent
9aa1df0296
commit
4b197ca2cc
9 changed files with 22 additions and 22 deletions
|
|
@ -1,31 +0,0 @@
|
|||
--
|
||||
-- (C) 2019-21 - ntop.org
|
||||
--
|
||||
|
||||
local checks = require("checks")
|
||||
local flow_alert_keys = require "flow_alert_keys"
|
||||
|
||||
-- #################################################################
|
||||
|
||||
local script = {
|
||||
-- Script category
|
||||
category = checks.check_categories.security,
|
||||
|
||||
-- This script is only for alerts generation
|
||||
alert_id = flow_alert_keys.flow_alert_suspicious_file_transfer,
|
||||
|
||||
default_enabled = true,
|
||||
|
||||
default_value = {
|
||||
},
|
||||
|
||||
|
||||
gui = {
|
||||
i18n_title = "flow_risk.ndpi_binary_application_transfer",
|
||||
i18n_description = "flow_risk.ndpi_binary_application_transfer",
|
||||
}
|
||||
}
|
||||
|
||||
-- #################################################################
|
||||
|
||||
return script
|
||||
Loading…
Add table
Add a link
Reference in a new issue