mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Moved the TCP packets issues alert to default disabled
This commit is contained in:
parent
63aacc9ec9
commit
39aaaf58da
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue