Add missing $ in the https_vhost check command.

Fixes #5083
This commit is contained in:
Gunnar Beutner 2013-11-17 03:30:56 +01:00
parent 0f28e55925
commit b92d26cac0
1 changed files with 1 additions and 1 deletions

View 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"
]
}