mirror of https://github.com/Icinga/icinga2.git
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"
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue