mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +00:00
parent
5c404456b2
commit
e15fcf721c
58 changed files with 218 additions and 3 deletions
|
|
@ -7,6 +7,9 @@ local alert_consts = require("alert_consts")
|
|||
local user_scripts = require("user_scripts")
|
||||
|
||||
local script = {
|
||||
-- Script category
|
||||
category = user_scripts.script_categories.security,
|
||||
|
||||
-- This module is enabled by default
|
||||
default_enabled = true,
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@ local alert_consts = require("alert_consts")
|
|||
local user_scripts = require("user_scripts")
|
||||
|
||||
local script = {
|
||||
-- Script category
|
||||
category = user_scripts.script_categories.security,
|
||||
|
||||
-- This module is enabled by default
|
||||
default_enabled = true,
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@ local alert_consts = require("alert_consts")
|
|||
local user_scripts = require("user_scripts")
|
||||
|
||||
local script = {
|
||||
-- Script category
|
||||
category = user_scripts.script_categories.security,
|
||||
|
||||
-- This module is disabled by default
|
||||
default_enabled = false,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue