mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
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" = {
|
"-b" = {
|
||||||
set_if = "$nscp_boot$"
|
set_if = "$nscp_boot$"
|
||||||
}
|
}
|
||||||
"-a" = "$nscp_arguments$"
|
"-a" = {
|
||||||
|
value = "$nscp_arguments$"
|
||||||
|
skip_key = true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
vars.nscp_log_level = "critical"
|
vars.nscp_log_level = "critical"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user