mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +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
|
|
@ -38,7 +38,7 @@ for key, am_host in pairs(am_hosts) do
|
|||
end
|
||||
|
||||
if charts_available then
|
||||
chart = plugins_utils.getActiveMonitoringUrl('active_monitoring_stats.lua') .. '?am_host='.. am_host.host ..'&measurement='.. am_host.measurement ..'&page=historical'
|
||||
chart = plugins_utils.getMonitorUrl('active_monitoring_monitor.lua') .. '?am_host='.. am_host.host ..'&measurement='.. am_host.measurement ..'&page=historical'
|
||||
end
|
||||
|
||||
local column_last_ip = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue