mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fix system interface timeseries cleanup
This commit is contained in:
parent
94f894454c
commit
a3e1744353
16 changed files with 70 additions and 27 deletions
|
|
@ -215,6 +215,7 @@ local function delete_system_interface_redis(preserve_prefs)
|
|||
local keys_patterns = {
|
||||
"ntopng.prefs.snmp_devices*",
|
||||
"ntopng.prefs.system_rtt_hosts*",
|
||||
"cachedsnmp*",
|
||||
}
|
||||
|
||||
delete_keys_patterns(keys_patterns, preserve_prefs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue