mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Added alert for SNMP MAC detection/disappear
This commit is contained in:
parent
5128af7329
commit
3081d8d63b
5 changed files with 154 additions and 1 deletions
|
|
@ -86,6 +86,8 @@ local other_alert_keys = {
|
|||
alert_ids_ips_jail_remove = OTHER_BASE_KEY + 73,
|
||||
alert_port_too_many_macs = OTHER_BASE_KEY + 74,
|
||||
alert_network_discovery_executed = OTHER_BASE_KEY + 75,
|
||||
alert_port_mac_appeared = OTHER_BASE_KEY + 76,
|
||||
alert_port_mac_disappeared = OTHER_BASE_KEY + 77,
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue