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
|
|
@ -119,7 +119,7 @@ function system_scripts.runTask(task, when)
|
|||
return(false)
|
||||
end
|
||||
|
||||
ts_utils.newSchema = function(name, label, options)
|
||||
ts_utils.newSchema = function(name, options)
|
||||
local schema = ts_utils.getSchema(name)
|
||||
if(schema == nil) then
|
||||
return old_new_schema_fn(name, table.merge(default_schema_options, options))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue