itl: fix http_ip plugin check_http (thx cropalato)

This commit is contained in:
Michael Friedrich 2013-07-30 20:45:09 +02:00
parent f83f029571
commit 19c0925fa9
1 changed files with 2 additions and 2 deletions

View File

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