mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Cleanup unused alert_check_calls_drops.lua
This commit is contained in:
parent
e33af8a23c
commit
9a541f14ba
2 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ local other_alert_keys = {
|
|||
alert_too_many_drops = OTHER_BASE_KEY + 41,
|
||||
alert_unresponsive_device = OTHER_BASE_KEY + 42,
|
||||
alert_user_activity = OTHER_BASE_KEY + 43,
|
||||
alert_check_calls_drops = OTHER_BASE_KEY + 44,
|
||||
alert_check_calls_drops = OTHER_BASE_KEY + 44, -- No longer used
|
||||
alert_host_log = OTHER_BASE_KEY + 45, -- No longer used (moved to the host)
|
||||
alert_attack_mitigation_via_snmp = OTHER_BASE_KEY + 46,
|
||||
alert_iec104_error = OTHER_BASE_KEY + 47, -- No longer used
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue