From: Michael Friedrich Date: Mon, 2 Jun 2014 08:47:31 +0000 (+0200) Subject: Documentation: Fix 'http' check_command. X-Git-Tag: v2.0.0-beta2~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26e35b7cf04bcd93f5099b3edcaba3d912260ea9;p=icinga2 Documentation: Fix 'http' check_command. Fixes #6379 --- diff --git a/doc/3-monitoring-basics.md b/doc/3-monitoring-basics.md index a5bf0ea5d..12c09cdfe 100644 --- a/doc/3-monitoring-basics.md +++ b/doc/3-monitoring-basics.md @@ -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 diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index 595561fbb..3b579cb27 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -112,7 +112,7 @@ object CheckCommand "http" { import "plugin-check-command" command = PluginDir + "/check_http" - + arguments = { "-H" = "$http_vhost$" "-I" = "$http_address$"