From: Michael Friedrich Date: Fri, 22 Aug 2014 11:17:39 +0000 (+0200) Subject: Update documentation for notifications in HA cluster X-Git-Tag: v2.1.0~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1c8073dd34c9b99cacfc8f53269e6d5fd49abaf;p=icinga2 Update documentation for notifications in HA cluster refs #6203 --- diff --git a/doc/4-monitoring-remote-systems.md b/doc/4-monitoring-remote-systems.md index e95bd1c0f..366585077 100644 --- a/doc/4-monitoring-remote-systems.md +++ b/doc/4-monitoring-remote-systems.md @@ -674,6 +674,9 @@ Selected features (such as [DB IDO](#high-availability-db-ido)) will only be active on the current active master. 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 but all are forwarded to the current active master dealing with the check results, commands, etc. diff --git a/doc/6-configuring-icinga-2.md b/doc/6-configuring-icinga-2.md index c2840f76c..3947f9096 100644 --- a/doc/6-configuring-icinga-2.md +++ b/doc/6-configuring-icinga-2.md @@ -1556,6 +1556,13 @@ Example: 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 # icinga2-enable-feature notification