mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
parent
dd71c64ffa
commit
ddd3e4318e
2 changed files with 6 additions and 2 deletions
|
|
@ -15,10 +15,14 @@ local script = {
|
|||
-- Script category
|
||||
category = checks.check_categories.security,
|
||||
|
||||
-- This module is disabled by default
|
||||
default_enabled = false,
|
||||
|
||||
-- This script is only for alerts generation
|
||||
alert_id = flow_alert_keys.flow_alert_vlan_bidirectional_traffic,
|
||||
|
||||
default_value = {
|
||||
items = {},
|
||||
},
|
||||
|
||||
gui = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue