Define new alert cloud_disconnected

This commit is contained in:
Alfredo Cardigliano 2024-06-21 17:33:05 +02:00
parent d8955d355f
commit dab5aeba99
6 changed files with 81 additions and 1 deletions

View file

@ -29,7 +29,7 @@ local other_alert_keys = {
alert_mac_ip_association_change = OTHER_BASE_KEY + 16,
alert_misbehaving_flows_ratio = OTHER_BASE_KEY + 17,
alert_misconfigured_app = OTHER_BASE_KEY + 18,
alert_new_device = OTHER_BASE_KEY + 19, -- No longer used
alert_cloud_disconnected = OTHER_BASE_KEY + 19,
alert_nfq_flushed = OTHER_BASE_KEY + 20,
alert_none = OTHER_BASE_KEY + 21, -- No longer used
alert_periodic_activity_not_executed = OTHER_BASE_KEY + 22,