]> granicus.if.org Git - icinga2/commitdiff
Fix incorrect attribute names in the documentation.
authorGunnar Beutner <gunnar.beutner@netways.de>
Wed, 11 Dec 2013 14:12:20 +0000 (15:12 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Wed, 11 Dec 2013 14:12:20 +0000 (15:12 +0100)
Fixes #5303

doc/4.3-object-types.md

index 9754735ace350d0873ce82756d70433849daa07c..869d0fbb5a1cace0dd097b285abf3df0daa351d2 100644 (file)
@@ -889,16 +889,16 @@ Example:
     library "cluster"
 
     object Endpoint "icinga-c2" {
-      node = "192.168.5.46",
-      service = 7777,
+      host = "192.168.5.46",
+      port = 7777,
     }
 
 Attributes:
 
   Name            |Description
   ----------------|----------------
-  node            |**Required.** The hostname/IP address of the remote Icinga 2 instance.
-  service         |**Required.** The service name/port of the remote Icinga 2 instance.
+  host            |**Required.** The hostname/IP address of the remote Icinga 2 instance.
+  port            |**Required.** The service name/port of the remote Icinga 2 instance.
   config\_files   |**Optional.** A list of configuration files sent to remote peers (wildcards possible).
   accept\_config  |**Optional.** A list of endpoint names from which this endpoint accepts configuration files.