mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Implements hosts purge mark algorithm
This commit is contained in:
parent
55772d2450
commit
0fd3be6b79
7 changed files with 19 additions and 49 deletions
|
|
@ -2674,7 +2674,7 @@ end
|
|||
-- #################################
|
||||
|
||||
function scanAlerts(granularity, ifstats)
|
||||
-- Always do the scan, at least at one granularity as this is necessary to mark hosts as idle.
|
||||
if not mustScanAlerts(ifstats) then return end
|
||||
|
||||
local ifname = ifstats["name"]
|
||||
local ifid = getInterfaceId(ifname)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue