Documentation: Fix 'http' check_command.

Fixes #6379
This commit is contained in:
Michael Friedrich 2014-06-02 10:47:31 +02:00
parent ff077bc8b9
commit 26e35b7cf0
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ Here is an example of a host object which defines two child services:
object Service "http" {
host_name = "my-server1"
check_command = "http_ip"
check_command = "http"
}
The example creates two services `ping4` and `http` which belong to the

View File

@ -112,7 +112,7 @@ object CheckCommand "http" {
import "plugin-check-command"
command = PluginDir + "/check_http"
arguments = {
"-H" = "$http_vhost$"
"-I" = "$http_address$"