mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Adds subtype to collapse ipOutsideDHCPRangeType alerts
This commit is contained in:
parent
4ed8cfecc3
commit
9383dfd2b1
1 changed files with 1 additions and 0 deletions
|
|
@ -713,6 +713,7 @@ end
|
|||
function alerts_api.ipOutsideDHCPRangeType(router_info, mac, client_mac, sender_mac)
|
||||
return({
|
||||
alert_type = alert_consts.alert_types.alert_ip_outsite_dhcp_range,
|
||||
alert_subtype = string.format("%s_%s_%s", hostinfo2hostkey(router_info), client_mac, sender_mac),
|
||||
alert_severity = alert_consts.alert_severities.warning,
|
||||
alert_type_params = {
|
||||
router_info = hostinfo2hostkey(router_info),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue