mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Rename uuid_num to source_id for consistency
This commit is contained in:
parent
b4e8aea124
commit
eb22febf66
6 changed files with 16 additions and 13 deletions
|
|
@ -56,7 +56,7 @@ function exporters_utils.getAllInterfacesList(add_role_to_interfaces)
|
|||
-- Get the list of all the probes
|
||||
for ifid, probe_list in pairs(ifstats.probes or {}) do
|
||||
for _, probe_info in pairsByKeys(probe_list or {}) do
|
||||
local uuid = probe_info["probe.uuid_num"]
|
||||
local uuid = probe_info["probe.source_id"]
|
||||
local probe_ip = probe_info["probe.ip"]
|
||||
|
||||
-- For each probe retrieve the list of interfaces
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue