]> granicus.if.org Git - icinga2/commitdiff
Updated documentation.
authorGunnar Beutner <gunnar.beutner@netways.de>
Mon, 3 Sep 2012 10:19:55 +0000 (12:19 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Mon, 3 Sep 2012 10:19:55 +0000 (12:19 +0200)
doc/icinga2-config.xml

index 75234e7890b8b51434bda31b6bcf59e10b666494..c17bf26e0d56f918087e52ba9fc846a47296d6a7 100644 (file)
@@ -484,10 +484,11 @@ object Host "localhost" {
     <section>
       <title>Type: Endpoint</title>
 
-      <para>Endpoint objects are used by the "discovery" component to specify
-      connection information for remote Icinga 2 instances:</para>
+      <para>Endpoint objects are used to specify connection information for
+      remote Icinga 2 instances. Objects of this type should not be
+      local:</para>
 
-      <programlisting>local object Endpoint "icinga-c2" {
+      <programlisting>object Endpoint "icinga-c2" {
   node = "192.168.5.46",
   service = 7777,
 }</programlisting>