mirror of https://github.com/Icinga/icinga2.git
check_logfiles: --winwarncrit is a flag, not a param
This commit is contained in:
parent
f5f8ccb1f4
commit
13ca0e1dbc
|
@ -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" = {
|
||||
|
|
Loading…
Reference in New Issue