Added flag to skip warning in case of non-periodic checks (#9704)

This commit is contained in:
Matteo Biscosi 2025-09-26 16:22:32 +02:00
parent 188950567a
commit c211349d3a
4 changed files with 4 additions and 1 deletions

View file

@ -12,6 +12,7 @@ local syslog_module = {
category = checks.check_categories.security,
key = "host_log",
not_periodic_check = true,
default_value = {
operator = "lt",

View file

@ -14,6 +14,7 @@ local syslog_module = {
category = checks.check_categories.security,
key = "nbox",
not_periodic_check = true,
-- See below
hooks = {},

View file

@ -17,6 +17,7 @@ local syslog_module = {
nedge_exclude = true,
key = "suricata",
not_periodic_check = true,
-- See below
hooks = {},