mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:04:23 +00:00
Fixed profile timeseries (#9676)
This commit is contained in:
parent
9f9f645068
commit
a8d3d35dee
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ local blacklist_name = _GET["blacklist_name"]
|
|||
local epoch_begin = _GET["epoch_begin"]
|
||||
local epoch_end = _GET["epoch_end"]
|
||||
local if_index = _GET["if_index"]
|
||||
local profile = _GET["profile"]
|
||||
|
||||
local res = {}
|
||||
|
||||
|
|
@ -46,6 +47,7 @@ local tags = {
|
|||
port = port,
|
||||
blacklist_name = blacklist_name,
|
||||
if_index = if_index,
|
||||
profile = profile,
|
||||
epoch_begin = tonumber(epoch_begin),
|
||||
epoch_end = tonumber(epoch_end)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue