mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 15:09:33 +00:00
26 lines
463 B
Lua
26 lines
463 B
Lua
--
|
|
-- (C) 2019-24 - ntop.org
|
|
--
|
|
|
|
-- #################################################################
|
|
|
|
local script = {
|
|
-- Script category
|
|
-- category = <added at runtime>
|
|
-- alert_id = <added at runtime>
|
|
|
|
default_enabled = true,
|
|
|
|
default_value = {
|
|
},
|
|
|
|
|
|
gui = {
|
|
-- i18n_title = <added at runtime>
|
|
-- i18n_description = <added at runtime>
|
|
}
|
|
}
|
|
|
|
-- #################################################################
|
|
|
|
return script
|