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$"