mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Add redis and influx timeseries
This commit is contained in:
parent
1f9b8ac469
commit
13f81e092a
4 changed files with 84 additions and 97 deletions
|
|
@ -153,7 +153,7 @@ refreshInfluxStats();
|
|||
print("</ul>")
|
||||
|
||||
elseif(page == "historical" and charts_available) then
|
||||
graph_utils.drawNewGraphs(nil, interface.getId())
|
||||
graph_utils.drawNewGraphs({ ifid = -1})
|
||||
end
|
||||
|
||||
-- #######################################################
|
||||
|
|
|
|||
|
|
@ -163,7 +163,7 @@ $("#table-redis-stats").datatable({
|
|||
]]
|
||||
|
||||
elseif(page == "historical" and charts_available) then
|
||||
graph_utils.drawNewGraphs(nil, interface.getId())
|
||||
graph_utils.drawNewGraphs({ ifid = -1})
|
||||
end
|
||||
|
||||
-- #######################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue