mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Typo
This commit is contained in:
parent
7d5c8fc0a5
commit
22768ad56f
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ for interface_id, probes_list in pairs(ifstats.probes or {}) do
|
|||
|
||||
if probe_info["probe.mode"] and probe_info["probe.mode"] == "packet_collection" then
|
||||
flow_exporters_num = 1 -- Packet exporter
|
||||
flow_drops = probe_info["drops.elk_flow_drops"] or 0) +
|
||||
flow_drops = (probe_info["drops.elk_flow_drops"] or 0) +
|
||||
(probe_info["drops.flow_collection_udp_socket_drops"] or 0) +
|
||||
(probe_info["drops.export_queue_full"] or 0) +
|
||||
(probe_info["drops.too_many_flows"] or 0) +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue