mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Added device connection/disconnection alert (#6801)
This commit is contained in:
parent
ad7a312249
commit
d6471d8dac
15 changed files with 105 additions and 116 deletions
|
|
@ -4013,8 +4013,8 @@ end
|
|||
-- ###########################################
|
||||
|
||||
-- A redis hash mac -> first_seen
|
||||
function getFirstSeenDevicesHashKey(ifid)
|
||||
return "ntopng.seen_devices.ifid_" .. ifid
|
||||
function getDevicesHashMapKey(ifid)
|
||||
return "ntopng.checks.device_connection_disconnection.ifid_" .. ifid
|
||||
end
|
||||
|
||||
-- ###########################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue