mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Added alert to network discovery (#6218)
This commit is contained in:
parent
3174d889d8
commit
795125c814
8 changed files with 142 additions and 4 deletions
|
|
@ -85,6 +85,7 @@ local other_alert_keys = {
|
|||
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
|
||||
alert_port_too_many_macs = OTHER_BASE_KEY + 74,
|
||||
alert_network_discovery_executed = OTHER_BASE_KEY + 75,
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue