mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 06:05:01 +02:00
Compat IDO: update documentation for reconnect_interval (refs #3207)
This commit is contained in:
parent
87ae4f4642
commit
19faa2a755
@ -407,7 +407,7 @@ would be "checker", "delegation" and more.
|
|||||||
There are optional components which may not run on every operating system, such as
|
There are optional components which may not run on every operating system, such as
|
||||||
"compat" or "compatido".
|
"compat" or "compatido".
|
||||||
|
|
||||||
Example:
|
Example "compat":
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
local object Component "compat" {
|
local object Component "compat" {
|
||||||
@ -430,13 +430,14 @@ Specifies where Icinga 2 Compat component will put the objects.cache file, which
|
|||||||
be read by Icinga 1.x Classic UI and other addons. If not set, it defaults to the
|
be read by Icinga 1.x Classic UI and other addons. If not set, it defaults to the
|
||||||
localstatedir location.
|
localstatedir location.
|
||||||
|
|
||||||
Example:
|
Example "compatido":
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
local object Component "compatido" {
|
local object Component "compatido" {
|
||||||
socket_address = "127.0.0.1",
|
socket_address = "127.0.0.1",
|
||||||
socket_port = "5668",
|
socket_port = "5668",
|
||||||
instance_name = "i2-default",
|
instance_name = "i2-default",
|
||||||
|
reconnect_interval = 15,
|
||||||
}
|
}
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -461,6 +462,13 @@ This is the instance name which Icinga 2 CompatIDO will use to identify itsself
|
|||||||
ido2db (same as idomod would use). Once set, do not change that unless knowing the
|
ido2db (same as idomod would use). Once set, do not change that unless knowing the
|
||||||
consequences of data inconsistency. If not set, this will default to "i2-default".
|
consequences of data inconsistency. If not set, this will default to "i2-default".
|
||||||
|
|
||||||
|
Attribute: reconnect_interval
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
Specifies the interval compatido will try to reconnect, if the connection to the
|
||||||
|
ido socket fails (ido2db drops out, and will require a reconnect handshake,
|
||||||
|
opening the socket and saying hello again).
|
||||||
|
|
||||||
|
|
||||||
Type: Logger
|
Type: Logger
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
@ -55,6 +55,7 @@ local object Component "compatido" {
|
|||||||
socket_address = "127.0.0.1",
|
socket_address = "127.0.0.1",
|
||||||
socket_port = "5668",
|
socket_port = "5668",
|
||||||
instance_name = "i2-default",
|
instance_name = "i2-default",
|
||||||
|
reconnect_interval = 15,
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user