Add traffic profiles rules. (#7839)

This commit is contained in:
Nicolo Maio 2024-03-01 15:18:08 +01:00
parent fff614757d
commit 4e9d324236
6 changed files with 230 additions and 6 deletions

View file

@ -103,7 +103,8 @@ local other_alert_keys = {
alert_cidr_rule_threshold_crossed = OTHER_BASE_KEY + 90,
alert_system_error = OTHER_BASE_KEY + 91,
alert_port_avg_usages_threshold_crossed = OTHER_BASE_KEY + 92, -- No longer used
alert_vlan_rule_threshold_crossed = OTHER_BASE_KEY + 93
alert_vlan_rule_threshold_crossed = OTHER_BASE_KEY + 93,
alert_profile_rule_threshold_crossed = OTHER_BASE_KEY + 94
}
-- ##############################################