mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Cleanup deprecated code
This commit is contained in:
parent
b831745cf8
commit
2434ae9e76
4 changed files with 1 additions and 84 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue