mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fixes for invalid checks for packet/non-packet interfaces
Addresses #5519
This commit is contained in:
parent
a8d08b2d3e
commit
18cbfc5b3a
13 changed files with 24 additions and 20 deletions
|
|
@ -13,7 +13,9 @@ local script = {
|
|||
-- Script category
|
||||
category = checks.check_categories.security,
|
||||
|
||||
default_enabled = true,
|
||||
default_enabled = false,
|
||||
packet_interface_only = true,
|
||||
|
||||
alert_id = flow_alert_keys.flow_alert_iec_invalid_transition,
|
||||
|
||||
-- Specify the default value whe clicking on the "Reset Default" button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue