From: Tobias von der Krone Date: Wed, 14 Jan 2015 12:28:36 +0000 (+0100) Subject: Correct documentation about the host attribute of an Endpoint object. X-Git-Tag: v2.3.0~380 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e0a04bddbfdfe0388a1e77c10a92e6f194edfe0;p=icinga2 Correct documentation about the host attribute of an Endpoint object. The host attribute of an Endpoint object is optional. refs #8212 --- diff --git a/doc/7-configuring-icinga-2.md b/doc/7-configuring-icinga-2.md index 57e8e2cf7..caca3d46d 100644 --- a/doc/7-configuring-icinga-2.md +++ b/doc/7-configuring-icinga-2.md @@ -1818,7 +1818,7 @@ Attributes: Name |Description ----------------|---------------- - host |**Required.** The hostname/IP address of the remote Icinga 2 instance. + host |**Optional.** The hostname/IP address of the remote Icinga 2 instance. port |**Optional.** The service name/port of the remote Icinga 2 instance. Defaults to `5665`. log_duration |**Optional.** Duration for keeping replay logs on connection loss. Defaults to `1d`.