Add sent/received ARP stats for NetworkInterfaces and add a sent/recv pie chart for hosts

This commit is contained in:
emanuele-f 2017-04-04 13:24:04 +02:00
parent 40828f2b66
commit aa7bab5fee
7 changed files with 101 additions and 3 deletions

View file

@ -87,7 +87,7 @@ end
-- #####################################################################
function formatPeer(peer)
print('<A HREF="'..ntop.getHttpPrefix()..'/lua/host_details.lua?host='..peer..'">'..peer..'</A>')
return '<A HREF="'..ntop.getHttpPrefix()..'/lua/host_details.lua?host='..peer..'">'..peer..'</A>'
end
-- #####################################################################