mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Implement IPS activities logging (e.g., block, unblock)
Addresses #5900
This commit is contained in:
parent
d2a28ac1b6
commit
63a5df06f6
7 changed files with 254 additions and 0 deletions
|
|
@ -82,6 +82,8 @@ local other_alert_keys = {
|
|||
alert_ngi_trust_event = OTHER_BASE_KEY + 69,
|
||||
alert_excessive_traffic = OTHER_BASE_KEY + 70, -- No longer used
|
||||
alert_behavior_anomaly = OTHER_BASE_KEY + 71, -- scripts/lua/modules/alert_definitions/other/alert_behavior_anomaly.lua
|
||||
alert_ids_ips_jail_add = OTHER_BASE_KEY + 72, -- scripts/lua/modules/alert_definitions/other/alert_ids_ips_jail_add.lua
|
||||
alert_ids_ips_jail_remove = OTHER_BASE_KEY + 73, -- scripts/lua/modules/alert_definitions/other/alert_ids_ips_jail_remove.lua
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue