]> granicus.if.org Git - icinga2/commitdiff
Documentation: Fix 'http' check_command.
authorMichael Friedrich <michael.friedrich@netways.de>
Mon, 2 Jun 2014 08:47:31 +0000 (10:47 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Mon, 2 Jun 2014 08:47:31 +0000 (10:47 +0200)
Fixes #6379

doc/3-monitoring-basics.md
itl/command-plugins.conf

index a5bf0ea5d991c7369dd87e9031132a6deb46c084..12c09cdfe20f51a370132ccfe9d69141263923d1 100644 (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
index 595561fbb596d007ace318fe70e51506fa6b88ae..3b579cb2716705e678d7eaa2288cc06f73e95c99 100644 (file)
@@ -112,7 +112,7 @@ object CheckCommand "http" {
        import "plugin-check-command"
 
        command = PluginDir + "/check_http"
-       
+
        arguments = {
                "-H" = "$http_vhost$"
                "-I" = "$http_address$"