From 13ca0e1dbc0f32a4a1cff7c13268a009ae12f7ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Fri, 29 Oct 2021 20:25:23 +0200 Subject: [PATCH] check_logfiles: --winwarncrit is a flag, not a param --- itl/plugins-contrib.d/logmanagement.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itl/plugins-contrib.d/logmanagement.conf b/itl/plugins-contrib.d/logmanagement.conf index 16cafe044..627dead93 100644 --- a/itl/plugins-contrib.d/logmanagement.conf +++ b/itl/plugins-contrib.d/logmanagement.conf @@ -137,7 +137,7 @@ object CheckCommand "logfiles" { description = "With this parameter long lines are truncated (Default: off). Some programs (e.g. TrueScan) generate entries in the eventlog of such a length, that the output of the plugin becomes longer than 1024 characters. NSClient++ discards these." } "--winwarncrit" = { - value = "$logfiles_winwarncrit$" + set_if = "$logfiles_winwarncrit$" description = "With this parameter messages in the eventlog are classified by the type WARNING/ERROR (Default: off). Replaces or complements warning/criticalpattern." } "--rununique" = {