mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Add support for other aggregation functions
monitored host RTT now uses MAX as aggregation function
This commit is contained in:
parent
7df375125e
commit
e43bb6680e
8 changed files with 56 additions and 14 deletions
|
|
@ -61,7 +61,7 @@ function test_unique_paths(test)
|
|||
unique_paths[fpath] = schema.name
|
||||
|
||||
-- double check changing the last tag
|
||||
if #schema._tags >= 3 then
|
||||
if #schema._tags >= 1 then
|
||||
local last_tag = schema._tags[#schema._tags]
|
||||
local tags2 = table.clone(tags1)
|
||||
tags2[last_tag] = replacement_tag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue