mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-04 09:50:09 +00:00
Changed active monitoring timeseries url
This commit is contained in:
parent
823b4f5d91
commit
56bb22839d
2 changed files with 7 additions and 1 deletions
|
|
@ -760,6 +760,12 @@ end
|
|||
|
||||
-- ##############################################
|
||||
|
||||
function plugins_utils.getActiveMonitoringUrl(script)
|
||||
return(ntop.getHttpPrefix() .. "/lua/" .. script)
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
function plugins_utils.timeseriesCreationEnabled()
|
||||
return areSystemTimeseriesEnabled()
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue