1
0
mirror of https://github.com/Icinga/icinga2.git synced 2025-04-08 17:05:25 +02:00

Add missing $ in the https_vhost check command.

Fixes 
This commit is contained in:
Gunnar Beutner 2013-11-17 03:30:56 +01:00
parent 0f28e55925
commit b92d26cac0

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