mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue