Moved the TCP packets issues alert to default disabled

This commit is contained in:
MatteoBiscosi 2022-11-28 12:16:12 +01:00
parent 63aacc9ec9
commit 39aaaf58da

View file

@ -13,7 +13,7 @@ local flow_alert_keys = require "flow_alert_keys"
local script = {
-- Script category
category = checks.check_categories.network,
enabled = false,
default_enabled = false,
-- This script is only for alerts generation
alert_id = flow_alert_keys.flow_alert_tcp_packets_issues,