mirror of https://github.com/Icinga/icinga2.git
parent
fc401516a8
commit
f1c8073dd3
|
@ -674,6 +674,9 @@ Selected features (such as [DB IDO](#high-availability-db-ido)) will only be
|
||||||
active on the current active master.
|
active on the current active master.
|
||||||
All other passive nodes will pause the features without reload/restart.
|
All other passive nodes will pause the features without reload/restart.
|
||||||
|
|
||||||
|
Checks and notifications are load-balanced between nodes in the high availability
|
||||||
|
zone.
|
||||||
|
|
||||||
Connections from other zones will be accepted by all active and passive nodes
|
Connections from other zones will be accepted by all active and passive nodes
|
||||||
but all are forwarded to the current active master dealing with the check results,
|
but all are forwarded to the current active master dealing with the check results,
|
||||||
commands, etc.
|
commands, etc.
|
||||||
|
|
|
@ -1556,6 +1556,13 @@ Example:
|
||||||
|
|
||||||
object NotificationComponent "notification" { }
|
object NotificationComponent "notification" { }
|
||||||
|
|
||||||
|
Attributes:
|
||||||
|
|
||||||
|
Name |Description
|
||||||
|
----------------|----------------
|
||||||
|
enable_ha |**Optional.** Enable the high availability functionality. Only valid in a [cluster setup](#high-availability). Defaults to "true".
|
||||||
|
|
||||||
|
|
||||||
Can be enabled/disabled using
|
Can be enabled/disabled using
|
||||||
|
|
||||||
# icinga2-enable-feature notification
|
# icinga2-enable-feature notification
|
||||||
|
|
Loading…
Reference in New Issue