From: Gunnar Beutner Date: Wed, 11 Dec 2013 14:12:20 +0000 (+0100) Subject: Fix incorrect attribute names in the documentation. X-Git-Tag: v0.0.6~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c1fc98f5c8b6df20bb8cd0078e7e531dd630c90;p=icinga2 Fix incorrect attribute names in the documentation. Fixes #5303 --- diff --git a/doc/4.3-object-types.md b/doc/4.3-object-types.md index 9754735ac..869d0fbb5 100644 --- a/doc/4.3-object-types.md +++ b/doc/4.3-object-types.md @@ -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.