mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Implemented QoE Issues Alert (#9033)
* Implemented QoE Issues Alert * Fixed QoE Issue alert serializer
This commit is contained in:
parent
e649e8b8fb
commit
43ead976bb
10 changed files with 147 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ local flow_alert_keys = {
|
|||
flow_alert_ndpi_probing_attempt = 101,
|
||||
flow_alert_access_control_list = 102,
|
||||
flow_alert_host_policy = 103,
|
||||
flow_alert_qoe_degraded = 104,
|
||||
|
||||
-- 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