mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 15:44:11 +02:00
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."
|
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" = {
|
"--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."
|
description = "With this parameter messages in the eventlog are classified by the type WARNING/ERROR (Default: off). Replaces or complements warning/criticalpattern."
|
||||||
}
|
}
|
||||||
"--rununique" = {
|
"--rununique" = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user