mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Last fixes to connection/disconnection alert (#6801)
This commit is contained in:
parent
1775233197
commit
c330724455
9 changed files with 45 additions and 20 deletions
|
|
@ -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
|
||||
|
||||
-- ###########################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue