Add ability to report resolved IP address for unreachable hosts

This commit is contained in:
emanuele-f 2020-04-27 15:46:03 +02:00
parent 7d98cc9dbe
commit 00c5e9f909
7 changed files with 28 additions and 15 deletions

View file

@ -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)