Refactors script_categories into check_categories (c++ and lua)

This commit is contained in:
Simone Mainardi 2021-06-16 18:43:55 +02:00
parent 9cc3162513
commit e33af8a23c
110 changed files with 208 additions and 208 deletions

View file

@ -13,7 +13,7 @@ local UNEXPECTED_PLUGINS_ENABLED_CACHE_KEY = "ntopng.cache.checks.unexpected_plu
local script = {
-- Script category
category = checks.script_categories.security,
category = checks.check_categories.security,
-- This module is disabled by default
alert_id = flow_alert_keys.flow_alert_unexpected_smtp_server,