From 26e35b7cf04bcd93f5099b3edcaba3d912260ea9 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 2 Jun 2014 10:47:31 +0200 Subject: [PATCH] Documentation: Fix 'http' check_command. Fixes #6379 --- doc/3-monitoring-basics.md | 2 +- itl/command-plugins.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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$" -- 2.40.0