Add VLAN rules. (#8193)

This commit is contained in:
Nicolo Maio 2024-02-06 17:47:15 +01:00
parent e971e8e705
commit df2e4bd12a
7 changed files with 342 additions and 85 deletions

View file

@ -102,7 +102,8 @@ local other_alert_keys = {
alert_host_pool_rule_threshold_crossed = OTHER_BASE_KEY + 89,
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_port_avg_usages_threshold_crossed = OTHER_BASE_KEY + 92, -- No longer used
alert_vlan_rule_threshold_crossed = OTHER_BASE_KEY + 93
}
-- ##############################################