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

@ -11,7 +11,7 @@ local flow_alert_keys = require "flow_alert_keys"
local script = {
-- Script category
category = checks.script_categories.network,
category = checks.check_categories.network,
-- NB atm working only for packet interfaces
packet_interface_only = true,