mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Refactors script_categories into check_categories (c++ and lua)
This commit is contained in:
parent
9cc3162513
commit
e33af8a23c
110 changed files with 208 additions and 208 deletions
|
|
@ -9,7 +9,7 @@ local flow_alert_keys = require "flow_alert_keys"
|
|||
|
||||
local script = {
|
||||
-- Script category
|
||||
category = checks.script_categories.security,
|
||||
category = checks.check_categories.security,
|
||||
|
||||
-- This script is only for alerts generation
|
||||
alert_id = flow_alert_keys.flow_alert_ndpi_ssh_obsolete,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue