Last fixes to connection/disconnection alert (#6801)

This commit is contained in:
MatteoBiscosi 2022-08-08 17:40:33 +02:00
parent 1775233197
commit c330724455
9 changed files with 45 additions and 20 deletions

View file

@ -4023,8 +4023,8 @@ end
-- ###########################################
-- A redis hash mac -> first_seen
function getDevicesHashMapKey(ifname)
return "ntopng.checks.device_connection_disconnection.ifname_" .. ifname
function getDevicesHashMapKey(ifid)
return "ntopng.checks.device_connection_disconnection.ifid_" .. ifid
end
-- ###########################################