Fixes DNS stats when collecting from ZMQ

Fixes #4148
This commit is contained in:
Simone Mainardi 2020-07-29 10:40:44 +02:00
parent 9bd7f6a0c1
commit ec9d092423
7 changed files with 34 additions and 8 deletions

View file

@ -276,6 +276,8 @@ template = {
['DNS_QUERY_TYPE'] = NTOP_BASE_ID+207,
['DNS_RET_CODE'] = NTOP_BASE_ID+208,
['DNS_NUM_ANSWERS'] = NTOP_BASE_ID+209,
['DNS_TTL_ANSWER'] = NTOP_BASE_ID+352,
['DNS_RESPONSE'] = NTOP_BASE_ID+398,
-- POP
['POP_USER'] = NTOP_BASE_ID+210,