mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Do not compute DNS ratio in nEdge
nEdge does not see the DNS replies so DNS ratio is incorrect
This commit is contained in:
parent
fc896e9b04
commit
35e3a2f20c
3 changed files with 9 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ check_module = {
|
|||
key = "request_reply_ratio",
|
||||
check_function = request_reply_ratio,
|
||||
local_only = true,
|
||||
nedge_exclude = true,
|
||||
|
||||
default_values = {
|
||||
["5mins"] = "request_reply_ratio;lt;50", -- 50%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue