mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
add commented drawNewGraphs in active_monitoring_monitor.lua
This commit is contained in:
parent
ba68c266af
commit
f6e68628d6
1 changed files with 2 additions and 1 deletions
|
|
@ -125,7 +125,8 @@ if (page == "overview") then
|
|||
template.render("active_monitoring_stats.template", context)
|
||||
|
||||
elseif ((page == "historical") and (host ~= nil) and (measurement_info ~= nil)) then
|
||||
|
||||
local host_value = host.host .. ",metric:" .. host.measurement
|
||||
-- graph_utils.drawNewGraphs({ifid = -1, host = host_value})
|
||||
local suffix = "_" .. host.granularity
|
||||
local schema = _GET["ts_schema"] or ("am_host:val" .. suffix)
|
||||
local selected_epoch = _GET["epoch"] or ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue