mirror of https://github.com/Icinga/icinga2.git
parent
2ca8be6ecd
commit
3c1fc98f5c
|
@ -889,16 +889,16 @@ Example:
|
||||||
library "cluster"
|
library "cluster"
|
||||||
|
|
||||||
object Endpoint "icinga-c2" {
|
object Endpoint "icinga-c2" {
|
||||||
node = "192.168.5.46",
|
host = "192.168.5.46",
|
||||||
service = 7777,
|
port = 7777,
|
||||||
}
|
}
|
||||||
|
|
||||||
Attributes:
|
Attributes:
|
||||||
|
|
||||||
Name |Description
|
Name |Description
|
||||||
----------------|----------------
|
----------------|----------------
|
||||||
node |**Required.** The hostname/IP address of the remote Icinga 2 instance.
|
host |**Required.** The hostname/IP address of the remote Icinga 2 instance.
|
||||||
service |**Required.** The service name/port 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).
|
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.
|
accept\_config |**Optional.** A list of endpoint names from which this endpoint accepts configuration files.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue