mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Removed checks plugins concept from ntopng
This commit is contained in:
parent
616293aaf1
commit
1b3a1c97c8
5 changed files with 10 additions and 665 deletions
|
|
@ -35,7 +35,7 @@ local host = _GET["am_host"]
|
|||
local page = _GET["page"] or ('overview')
|
||||
local measurement = _GET["measurement"]
|
||||
|
||||
local base_url = plugins_utils.getUrl("active_monitoring_monitor.lua") .. "?ifid=" .. getInterfaceId(ifname)
|
||||
local base_url = plugins_utils.getMonitorUrl("active_monitoring_monitor.lua") .. "?ifid=" .. getInterfaceId(ifname)
|
||||
local url = base_url
|
||||
local info = ntop.getInfo()
|
||||
local measurement_info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue