add commented drawNewGraphs in active_monitoring_monitor.lua

This commit is contained in:
uccidibuti 2022-11-22 00:47:43 +01:00
parent ba68c266af
commit f6e68628d6

View file

@ -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 ""