mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Add nEdge Policy Violation check
This commit is contained in:
parent
259330eed8
commit
aebf4ccf37
11 changed files with 101 additions and 2 deletions
|
|
@ -112,6 +112,7 @@ local flow_alert_keys = {
|
|||
flow_alert_host_policy = 103,
|
||||
flow_alert_qoe_degraded = 104,
|
||||
flow_alert_ndpi_obfuscated_traffic = 105,
|
||||
flow_alert_nedge_policy_violation = 106,
|
||||
|
||||
-- NOTE: do not go beyond the size of the alert_map bitmal inside Flow.h (currently 128)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue