From: Michael Friedrich Date: Sat, 11 Oct 2014 17:30:53 +0000 (+0200) Subject: Plugin Check Commands: Fix wrong set_if in http command X-Git-Tag: v2.2.0~411 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38b994d9cdc859bbf1b421f4fc9a3c7037c9fa33;p=icinga2 Plugin Check Commands: Fix wrong set_if in http command refs #7302 --- diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index fcc2f4dc0..3079d4ad4 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -229,7 +229,7 @@ object CheckCommand "http" { description = "Specify Content-Type header when POSTing" } "-l" = { - setif = "$http_linespan$" + set_if = "$http_linespan$" description = "Allow regex to span newline" order = 1 }