]> granicus.if.org Git - icinga2/commitdiff
Plugin Check Commands: Fix wrong set_if in http command
authorMichael Friedrich <michael.friedrich@gmail.com>
Sat, 11 Oct 2014 17:30:53 +0000 (19:30 +0200)
committerMichael Friedrich <michael.friedrich@gmail.com>
Sat, 11 Oct 2014 17:30:53 +0000 (19:30 +0200)
refs #7302

itl/command-plugins.conf

index fcc2f4dc03e612037b31e988736383ff06555c30..3079d4ad4b93e80b7d1b299e1dd79823593522f9 100644 (file)
@@ -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
                }