ntopng/scripts/lua/modules/check_definitions/flow/ndpi_periodic_flow.lua
2023-02-09 18:46:37 +01:00

29 lines
654 B
Lua

--
-- (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,
-- This script is only for alerts generation
alert_id = flow_alert_keys.flow_alert_ndpi_periodic_flow,
default_value = {
},
gui = {
i18n_title = "flow_checks_config.ndpi_periodic_flow",
i18n_description = "flow_checks_config.ndpi_periodic_flow_description",
}
}
-- #################################################################
return script