mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Implements user script queues (avoids 5-sec HT walk)
This commit is contained in:
parent
a435cdab9d
commit
90a5a57b36
19 changed files with 344 additions and 222 deletions
|
|
@ -279,7 +279,7 @@ function defined_alert_notifications.flow_dump(container)
|
|||
|
||||
if isAdministrator() and prefs.is_dump_flows_enabled and
|
||||
prefs.is_dump_flows_runtime_enabled and not ifstats.isFlowDumpDisabled and
|
||||
not ifstats.isFlowDumpRunning then
|
||||
not ifstats.isFlowDumpRunning and not ifstats.isViewed then
|
||||
table.insert(container, create_flow_dump_alert_notification())
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue