check_logfiles: --winwarncrit is a flag, not a param

This commit is contained in:
Alexander Aleksandrovič Klimov 2021-10-29 20:25:23 +02:00 committed by GitHub
parent f5f8ccb1f4
commit 13ca0e1dbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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" = {