Added alert for SNMP MAC detection/disappear

This commit is contained in:
Luca Deri 2022-04-09 14:41:07 +02:00
parent 5128af7329
commit 3081d8d63b
5 changed files with 154 additions and 1 deletions

View file

@ -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,
}
-- ##############################################