mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fix Flush Alerts Data
This commit is contained in:
parent
9a3083939f
commit
273e8879d8
2 changed files with 1 additions and 2 deletions
|
|
@ -2104,7 +2104,6 @@ function flushAlertsData()
|
|||
if(verbose) then io.write("[Alerts] Flushing Redis configuration...\n") end
|
||||
deleteCachePattern("ntopng.prefs.*alert*")
|
||||
deleteCachePattern("ntopng.alerts.*")
|
||||
user_scripts.deleteConfigurations()
|
||||
alerts_api.purgeAlertsPrefs()
|
||||
for _, key in pairs(get_make_room_keys("*")) do deleteCachePattern(key) end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue