mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
parent
5c404456b2
commit
e15fcf721c
58 changed files with 218 additions and 3 deletions
|
|
@ -8,8 +8,12 @@ require "lua_utils"
|
|||
require "flow_utils"
|
||||
local json = require ("dkjson")
|
||||
local alert_consts = require("alert_consts")
|
||||
local user_scripts = require("user_scripts")
|
||||
|
||||
local syslog_module = {
|
||||
-- Script category
|
||||
category = user_scripts.script_categories.security,
|
||||
|
||||
key = "suricata",
|
||||
|
||||
-- See below
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue