mirror of https://github.com/Icinga/icinga2.git
Set skip_key for the "-a" argument for nscp-local
fixes #9984 Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
This commit is contained in:
parent
6a8f890e7c
commit
649af5ebb8
|
@ -36,7 +36,10 @@ object CheckCommand "nscp-local" {
|
|||
"-b" = {
|
||||
set_if = "$nscp_boot$"
|
||||
}
|
||||
"-a" = "$nscp_arguments$"
|
||||
"-a" = {
|
||||
value = "$nscp_arguments$"
|
||||
skip_key = true
|
||||
}
|
||||
}
|
||||
|
||||
vars.nscp_log_level = "critical"
|
||||
|
|
Loading…
Reference in New Issue