mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Added SNMP interface polling collection sent by nProbe via ZMQ (--snmp-mappings)
This commit is contained in:
parent
c087c27f61
commit
23cfc5efb8
7 changed files with 237 additions and 199 deletions
|
|
@ -5164,7 +5164,7 @@ function format_portidx_name(device_ip, portidx, short_version, shorten_string)
|
|||
snmp_location = require "snmp_location"
|
||||
|
||||
if not port_info["id"] then
|
||||
port_info["id"] = port_info["index"]
|
||||
port_info["id"] = portidx
|
||||
port_info["snmp_device_ip"] = cached_dev["host_ip"]
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue