mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Fix missing RTT stats delete due wrong key
This commit is contained in:
parent
e8f4dfc97a
commit
09ee54b967
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ function rtt_utils.deleteHost(host, measurement)
|
|||
ts_utils.delete("rtt_host", {ifid=getSystemInterfaceId(), host=host, measurement=measurement})
|
||||
|
||||
-- Remove the redis keys of the host
|
||||
ntop.delCache(rtt_last_updates_key(host))
|
||||
ntop.delCache(rtt_last_updates_key(host_key))
|
||||
|
||||
ntop.delHashCache(rtt_hosts_key, host_key)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue