mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Implements Flow Devices statistics collection and storage
Flows sent via nProbe (proxy mode) carry information on the exporter address (EXPORTER_IPV4_ADDRESS) and on the exporter interfaces (INPUT_SNMP and OUTPUT_SNMP). This implementation attempts at saving this information to allow comparisons with raw SNMP data.
This commit is contained in:
parent
ff87d8922d
commit
13613fc2da
10 changed files with 113 additions and 50 deletions
|
|
@ -261,7 +261,8 @@ end
|
|||
|
||||
if(info["version.enterprise_edition"] == true) then
|
||||
if ifs["type"] == "zmq" then
|
||||
print('<li><a href="'..ntop.getHttpPrefix()..'/lua/pro/enterprise/flowdevices_stats.lua">sFlow/NetFlow</a></li>')
|
||||
print('<li><a href="'..ntop.getHttpPrefix()..'/lua/pro/enterprise/flowdevices_stats.lua">Flow Devices</a></li>')
|
||||
print('<li><a href="'..ntop.getHttpPrefix()..'/lua/pro/enterprise/flowdevices_stats.lua?sflow_filter=All">sFlow</a></li>')
|
||||
end
|
||||
print('<li><a href="'..ntop.getHttpPrefix()..'/lua/pro/enterprise/snmpdevices_stats.lua">SNMP</a></li>')
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue