mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Increases default script thresholds
Fixes #4424 with companion pro commit
This commit is contained in:
parent
af12cdb86b
commit
f12ad8c028
9 changed files with 20 additions and 10 deletions
|
|
@ -12,9 +12,8 @@ local script = {
|
|||
|
||||
default_enabled = true,
|
||||
default_value = {
|
||||
-- "> 50"
|
||||
operator = "gt",
|
||||
threshold = 50,
|
||||
threshold = 256,
|
||||
},
|
||||
|
||||
-- This script is only for alerts generation
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ local script = {
|
|||
default_value = {
|
||||
-- "> 50"
|
||||
operator = "gt",
|
||||
threshold = 50,
|
||||
threshold = 256,
|
||||
},
|
||||
|
||||
-- This script is only for alerts generation
|
||||
|
|
|
|||
|
|
@ -12,6 +12,11 @@ local script = {
|
|||
|
||||
default_enabled = false,
|
||||
|
||||
default_value = {
|
||||
operator = "gt",
|
||||
threshold = 32768,
|
||||
},
|
||||
|
||||
-- See below
|
||||
hooks = {},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue