]> granicus.if.org Git - icinga2/commitdiff
Add missing $ in the https_vhost check command.
authorGunnar Beutner <gunnar@beutner.name>
Sun, 17 Nov 2013 02:30:56 +0000 (03:30 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Sun, 17 Nov 2013 02:30:56 +0000 (03:30 +0100)
Fixes #5083

itl/command-common.conf

index b366851a6ac5c188911e73f34dfe33b273824f68..b4c1c5ab46a8bc8d4d7c85e1cc968416c922289a 100644 (file)
@@ -109,7 +109,7 @@ object CheckCommand "http_ip" inherits "plugin-check-command" {
 object CheckCommand "https_vhost" inherits "plugin-check-command" {
        command = [
                "$plugindir$/check_http",
-               "-H", "$vhost", "-S"
+               "-H", "$vhost$", "-S"
        ]
 }