mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
parent
ebe8731ea5
commit
2e29a8d246
8 changed files with 98 additions and 13 deletions
|
|
@ -62,7 +62,7 @@ local function processStoreAlertFromQueue(alert)
|
|||
)
|
||||
elseif(alert.alert_type == "mac_ip_association_change") then
|
||||
if(ntop.getPref("ntopng.prefs.ip_reassignment_alerts") == "1") then
|
||||
local name = getSavedDeviceName(alert.new_mac)
|
||||
local name = getDeviceName(alert.new_mac)
|
||||
entity_info = alerts_api.macEntity(alert.new_mac)
|
||||
type_info = alert_consts.alert_types.alert_mac_ip_association_change.create(
|
||||
alert_consts.alert_severities.warning,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue