mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Code cleanup: removed code used very seldom such as host aggregations/contacts. This should reduce memory usage and make ntopng faster
Little progresses towards MySQL support
This commit is contained in:
parent
c85468df55
commit
6aa141caa9
59 changed files with 253 additions and 4282 deletions
|
|
@ -14,13 +14,6 @@ sendHTTPHeader('application/json')
|
|||
|
||||
interface.select(ifname)
|
||||
|
||||
if((_GET["aggregated"] == nil) or (_GET["aggregated"] == 0)) then
|
||||
aggregation = false
|
||||
else
|
||||
aggregation = true
|
||||
end
|
||||
|
||||
|
||||
rsp = interface.getHostActivityMap(host_info["host"], aggregation, host_info["vlan"])
|
||||
rsp = interface.getHostActivityMap(host_info["host"], host_info["vlan"])
|
||||
|
||||
print(rsp)
|
||||
Loading…
Add table
Add a link
Reference in a new issue