mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Added flag to skip warning in case of non-periodic checks (#9704)
This commit is contained in:
parent
188950567a
commit
c211349d3a
4 changed files with 4 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ local syslog_module = {
|
|||
category = checks.check_categories.security,
|
||||
|
||||
key = "host_log",
|
||||
not_periodic_check = true,
|
||||
|
||||
default_value = {
|
||||
operator = "lt",
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ local syslog_module = {
|
|||
category = checks.check_categories.security,
|
||||
|
||||
key = "nbox",
|
||||
not_periodic_check = true,
|
||||
|
||||
-- See below
|
||||
hooks = {},
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ local syslog_module = {
|
|||
nedge_exclude = true,
|
||||
|
||||
key = "suricata",
|
||||
not_periodic_check = true,
|
||||
|
||||
-- See below
|
||||
hooks = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue