Introduces the IPS/IDS cat. to further classify checks

Addresses #5899
This commit is contained in:
Simone Mainardi 2021-09-20 11:55:47 +02:00
parent 05e8bf76f5
commit ba64aad551
4 changed files with 14 additions and 4 deletions

View file

@ -9,7 +9,7 @@ local host_alert_keys = require "host_alert_keys"
local dangerous_host = {
-- Script category
category = checks.check_categories.security,
category = checks.check_categories.ids_ips,
default_enabled = false,
alert_id = host_alert_keys.host_alert_dangerous_host,