mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 17:30:11 +00:00
Fixes SMTP Contacts default
This commit is contained in:
parent
5713777ff7
commit
12fd088bce
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ local script = {
|
|||
|
||||
default_value = {
|
||||
operator = "gt",
|
||||
threshold = 150,
|
||||
threshold = 5,
|
||||
severity = alert_severities.error,
|
||||
},
|
||||
|
||||
|
|
@ -58,4 +58,4 @@ end
|
|||
|
||||
-- #################################################################
|
||||
|
||||
return script
|
||||
return script
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue