From: Michael Friedrich Date: Fri, 25 Sep 2015 10:30:27 +0000 (+0200) Subject: Docs: Use of same endpoint names in examples for a better understanding X-Git-Tag: v2.4.0~277 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0d5bd9b0a9a871eb8ce6003d1b8bb1c722f8320;p=icinga2 Docs: Use of same endpoint names in examples for a better understanding fixes #10057 --- diff --git a/doc/11-icinga2-client.md b/doc/11-icinga2-client.md index d537a47b6..a504e3ecf 100644 --- a/doc/11-icinga2-client.md +++ b/doc/11-icinga2-client.md @@ -616,7 +616,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 @@ -642,7 +642,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