mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Temporary disable request_reply_ratio to prevent too much alerts generation
This commit is contained in:
parent
a0761db1e8
commit
d1caa6fbf1
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ end
|
|||
local check_module = {
|
||||
key = "request_reply_ratio",
|
||||
check_function = request_reply_ratio,
|
||||
default_value = "request_reply_ratio;lt;15", -- 15%
|
||||
--~ default_value = "request_reply_ratio;lt;15", -- 15%
|
||||
local_only = true,
|
||||
|
||||
granularity = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue