Fixes for invalid checks for packet/non-packet interfaces

Addresses #5519
This commit is contained in:
Simone Mainardi 2021-06-29 18:43:00 +02:00
parent a8d08b2d3e
commit 18cbfc5b3a
13 changed files with 24 additions and 20 deletions

View file

@ -11,11 +11,10 @@ local flow_alert_keys = require "flow_alert_keys"
-- NOTE: this module is always enabled
local script = {
packet_interface_only = true,
-- Script category
category = checks.check_categories.network,
packet_interface_only = true,
nedge_exclude = true,
-- This script is only for alerts generation