mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Add scan for new entries. (#7810)
This commit is contained in:
parent
6acde41f5c
commit
2499e198ec
5 changed files with 19 additions and 5 deletions
|
|
@ -415,7 +415,7 @@ function vs_utils.save_host_to_scan(scan_type, host, scan_result, last_scan_time
|
|||
|
||||
|
||||
--ntop.setCache(host_to_scan_key, json.encode(saved_hosts))
|
||||
return result
|
||||
return result, new_item.id
|
||||
end
|
||||
|
||||
function vs_utils.update_ts_counters()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue