mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
Fixes active alerted flows less than idle alerted flows
This commit is contained in:
parent
b54b3fec7e
commit
330379cb89
2 changed files with 27 additions and 30 deletions
|
|
@ -158,6 +158,8 @@ for key in pairsByValues(sort_to_key, sOrder) do
|
|||
|
||||
if script_stats.stats.in_progress_since and script_stats.stats.in_progress_since > 0 then
|
||||
record["column_in_progress_since"] = format_utils.formatEpoch(script_stats.stats.in_progress_since)
|
||||
else
|
||||
record["column_in_progress_since"] = ''
|
||||
end
|
||||
|
||||
local utiliz = time_utilization(script_stats.stats)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue