mirror of https://github.com/Icinga/icinga2.git
Updated documentation.
This commit is contained in:
parent
dc6246642f
commit
49a979f966
|
@ -484,10 +484,11 @@ object Host "localhost" {
|
||||||
<section>
|
<section>
|
||||||
<title>Type: Endpoint</title>
|
<title>Type: Endpoint</title>
|
||||||
|
|
||||||
<para>Endpoint objects are used by the "discovery" component to specify
|
<para>Endpoint objects are used to specify connection information for
|
||||||
connection information for remote Icinga 2 instances:</para>
|
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",
|
node = "192.168.5.46",
|
||||||
service = 7777,
|
service = 7777,
|
||||||
}</programlisting>
|
}</programlisting>
|
||||||
|
|
Loading…
Reference in New Issue