]> granicus.if.org Git - icinga2/commitdiff
Docs: Use of same endpoint names in examples for a better understanding
authorMichael Friedrich <michael.friedrich@netways.de>
Fri, 25 Sep 2015 10:30:27 +0000 (12:30 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Fri, 25 Sep 2015 10:31:54 +0000 (12:31 +0200)
fixes #10057

doc/10-icinga2-client.md

index bd6241e2d91252bb5da8a7c6aa220ff3033a81bc..eafbceff9927406300809bf4d53cc826b3064e22 100644 (file)
@@ -608,7 +608,7 @@ defined endpoint. The check result is then received asynchronously through the c
       import "generic-service"
 
       check_command = "users"
-      command_endpoint = "remote-client1"
+      command_endpoint = "icinga2-node2.localdomain"
 
       vars.users_wgreater = 10
       vars.users_cgreater = 20
@@ -634,7 +634,7 @@ also easily inherit this from a host's custom attribute like shown in the exampl
 
       vars.os = "Linux"
 
-      vars.remote_client = "remote-client1"
+      vars.remote_client = "icinga2-node2.localdomain"
 
       /* host specific check arguments */
       vars.users_wgreater = 10