mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 07:04:37 +02:00
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" {
|
object CheckCommand "http_ip" inherits "plugin-check-command" {
|
||||||
command = [
|
command = [
|
||||||
"$plugindir$/check_ip",
|
"$plugindir$/check_http",
|
||||||
"-H", "$address$"
|
"-H", "$address$"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user