mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes src/dst fragments from ZMQ
This commit is contained in:
parent
86f3f19756
commit
4f61b6d599
2 changed files with 8 additions and 8 deletions
|
|
@ -104,7 +104,8 @@ template = {
|
|||
['PACKETS_OBSERVED'] = 318,
|
||||
['PACKETS_SELECTED'] = 319,
|
||||
['SELECTOR_NAME'] = 335,
|
||||
['FRAGMENTS'] = NTOP_BASE_ID+80,
|
||||
['SRC_FRAGMENTS'] = NTOP_BASE_ID+80,
|
||||
['DST_FRAGMENTS'] = NTOP_BASE_ID+81,
|
||||
['SRC_TO_DST_MAX_THROUGHPUT'] = NTOP_BASE_ID+82,
|
||||
['SRC_TO_DST_MIN_THROUGHPUT'] = NTOP_BASE_ID+83,
|
||||
['SRC_TO_DST_AVG_THROUGHPUT'] = NTOP_BASE_ID+84,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue