From: Lennart Betz Date: Mon, 24 Aug 2015 08:22:40 +0000 (+0200) Subject: Set skip_key for the "-a" argument for nscp-local X-Git-Tag: v2.4.0~384 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=649af5ebb85c91060f22fab538f2b9fee235300c;p=icinga2 Set skip_key for the "-a" argument for nscp-local fixes #9984 Signed-off-by: Gunnar Beutner --- diff --git a/itl/command-nscp-local.conf b/itl/command-nscp-local.conf index 2ff5ff6e1..d2cdc75f9 100644 --- a/itl/command-nscp-local.conf +++ b/itl/command-nscp-local.conf @@ -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"