Changed active monitoring timeseries url

This commit is contained in:
MatteoBiscosi 2022-01-21 13:11:18 +01:00
parent 823b4f5d91
commit 56bb22839d
2 changed files with 7 additions and 1 deletions

View file

@ -760,6 +760,12 @@ end
-- ##############################################
function plugins_utils.getActiveMonitoringUrl(script)
return(ntop.getHttpPrefix() .. "/lua/" .. script)
end
-- ##############################################
function plugins_utils.timeseriesCreationEnabled()
return areSystemTimeseriesEnabled()
end