mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-04 09:50:09 +00:00
Removed half of the monitor plugins (#6224)
This commit is contained in:
parent
0ea16ccd7d
commit
da8609727f
41 changed files with 508 additions and 678 deletions
|
|
@ -760,8 +760,8 @@ end
|
|||
|
||||
-- ##############################################
|
||||
|
||||
function plugins_utils.getActiveMonitoringUrl(script)
|
||||
return(ntop.getHttpPrefix() .. "/lua/" .. script)
|
||||
function plugins_utils.getMonitorUrl(script)
|
||||
return(ntop.getHttpPrefix() .. "/lua/monitor/" .. script)
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue