mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Fixes exporter ip not converted correctly
This commit is contained in:
parent
6fa1473fab
commit
402e33ee44
2 changed files with 7 additions and 0 deletions
|
|
@ -95,6 +95,10 @@ function getProbeName(exporter_ip, show_vlan, shorten_len, show_ip_and_alias)
|
|||
show_ip_and_alias = true
|
||||
end
|
||||
|
||||
if tonumber(exporter_ip) then
|
||||
exporter_ip = ntop.inet_ntoa(exporter_ip)
|
||||
end
|
||||
|
||||
local cached_device_name
|
||||
local snmp_cached_dev
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue