mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixes formatting of total exported flows
This commit is contained in:
parent
43dee37f31
commit
c8ecc1d001
1 changed files with 2 additions and 0 deletions
|
|
@ -279,6 +279,8 @@ function handleCustomFlowField(key, value, snmpdevice)
|
|||
return(formatInterfaceId(value, "inIfIdx", snmpdevice))
|
||||
elseif key == 'OUTPUT_SNMP' then
|
||||
return(formatInterfaceId(value, "outIfIdx", snmpdevice))
|
||||
elseif key == 'TOTAL_FLOWS_EXP' then
|
||||
return(format_utils.formatValue(value))
|
||||
elseif key == 'EXPORTER_IPV4_ADDRESS' or
|
||||
key == 'NPROBE_IPV4_ADDRESS' then
|
||||
local hinfo = hostkey2hostinfo(value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue