mirror of https://github.com/Icinga/icinga2.git
itl: fix http_ip plugin check_http (thx cropalato)
This commit is contained in:
parent
f83f029571
commit
19c0925fa9
|
@ -101,7 +101,7 @@ object CheckCommand "http_vhost" inherits "plugin-check-command" {
|
|||
|
||||
object CheckCommand "http_ip" inherits "plugin-check-command" {
|
||||
command = [
|
||||
"$plugindir$/check_ip",
|
||||
"$plugindir$/check_http",
|
||||
"-H", "$address$"
|
||||
]
|
||||
}
|
||||
|
@ -221,4 +221,4 @@ object CheckCommand "snmp" inherits "plugin-check-command" {
|
|||
macros = {
|
||||
community = "public"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue