mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Adds subtype to collapse macIpAssociationChangeType alerts
This commit is contained in:
parent
9383dfd2b1
commit
755b6f1e47
1 changed files with 1 additions and 0 deletions
|
|
@ -659,6 +659,7 @@ end
|
|||
function alerts_api.macIpAssociationChangeType(device, ip, old_mac, new_mac)
|
||||
return({
|
||||
alert_type = alert_consts.alert_types.alert_mac_ip_association_change,
|
||||
alert_subtype = string.format("%s_%s_%s", ip, old_mac, new_mac),
|
||||
alert_severity = alert_consts.alert_severities.warning,
|
||||
alert_type_params = {
|
||||
device = device, ip = ip,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue