Cleanup deprecated code

This commit is contained in:
Alfredo Cardigliano 2023-05-18 18:36:25 +02:00
parent b831745cf8
commit 2434ae9e76
4 changed files with 1 additions and 84 deletions

View file

@ -18,7 +18,7 @@ local other_alert_keys = {
alert_gateway_unreachable = OTHER_BASE_KEY + 4 ,
alert_flow_flood = OTHER_BASE_KEY + 5 , -- No longer used, check alert_flow_flood_attacker and alert_flow_flood_victim
alert_ghost_network = OTHER_BASE_KEY + 6 ,
alert_host_pool_connection = OTHER_BASE_KEY + 7 ,
alert_host_pool_connection = OTHER_BASE_KEY + 7 , -- No longer used
alert_host_pool_disconnection = OTHER_BASE_KEY + 8 ,
alert_influxdb_dropped_points = OTHER_BASE_KEY + 9 ,
alert_influxdb_error = OTHER_BASE_KEY + 10,