mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +00:00
Add ability to report resolved IP address for unreachable hosts
This commit is contained in:
parent
7d98cc9dbe
commit
00c5e9f909
7 changed files with 28 additions and 15 deletions
|
|
@ -391,6 +391,7 @@ function am_utils.deleteHost(host, measurement)
|
|||
|
||||
-- Remove the redis keys of the host
|
||||
ntop.delCache(am_last_updates_key(host_key))
|
||||
ntop.delCache(am_hour_stats_key(host_key))
|
||||
|
||||
ntop.delHashCache(am_hosts_key, host_key)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue