From: Gunnar Beutner Date: Mon, 3 Sep 2012 10:19:55 +0000 (+0200) Subject: Updated documentation. X-Git-Tag: v0.0.1~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49a979f966256c425db0e50c62165cead2aea299;p=icinga2 Updated documentation. --- diff --git a/doc/icinga2-config.xml b/doc/icinga2-config.xml index 75234e789..c17bf26e0 100644 --- a/doc/icinga2-config.xml +++ b/doc/icinga2-config.xml @@ -484,10 +484,11 @@ object Host "localhost" {
Type: Endpoint - Endpoint objects are used by the "discovery" component to specify - connection information for remote Icinga 2 instances: + Endpoint objects are used to specify connection information for + remote Icinga 2 instances. Objects of this type should not be + local: - local object Endpoint "icinga-c2" { + object Endpoint "icinga-c2" { node = "192.168.5.46", service = 7777, }