Fix incorrect attribute names in the documentation.

Fixes #5303
This commit is contained in:
Gunnar Beutner 2013-12-11 15:12:20 +01:00
parent 2ca8be6ecd
commit 3c1fc98f5c
1 changed files with 4 additions and 4 deletions

View 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.