mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fix host pools stats
This commit is contained in:
parent
f396145060
commit
0893f928ad
5 changed files with 220 additions and 216 deletions
|
|
@ -40,6 +40,9 @@ local flows_filter = getFlowsFilter()
|
|||
local flows_stats
|
||||
local total = 0
|
||||
|
||||
-- Add more details (debug only)
|
||||
-- flows_filter["detailsLevel"] = "high"
|
||||
|
||||
if not flows_to_update then
|
||||
flows_stats = interface.getFlowsInfo(flows_filter["hostFilter"], flows_filter)
|
||||
total = flows_stats["numFlows"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue