Implemented QoE Issues Alert (#9033)

* Implemented QoE Issues Alert

* Fixed QoE Issue alert serializer
This commit is contained in:
Manuel Ceroni 2025-03-14 11:41:25 +01:00 committed by GitHub
parent e649e8b8fb
commit 43ead976bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 147 additions and 0 deletions

View file

@ -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)
}