mirror of
https://github.com/Icinga/icinga2.git
synced 2025-05-24 00:10:17 +02:00
Merge pull request #7171 from dgoetz/bugfix/doc-mysql-ha
Docs: Add Master-Master-Replication as option for mysql
This commit is contained in:
commit
af9d2e2e93
@ -1467,7 +1467,8 @@ features can enable [HA functionality](06-distributed-monitoring.md#distributed-
|
|||||||
Best practice is to run the database backend on a dedicated server/cluster and
|
Best practice is to run the database backend on a dedicated server/cluster and
|
||||||
only expose a virtual IP address to Icinga and the IDO feature. By default, only one
|
only expose a virtual IP address to Icinga and the IDO feature. By default, only one
|
||||||
endpoint will actively write to the backend then. Typical setups for MySQL clusters
|
endpoint will actively write to the backend then. Typical setups for MySQL clusters
|
||||||
involve Galera, more tips can be found on our [community forums](https://community.icinga.com/).
|
involve Master-Master-Replication (Master-Slave-Replication in both directions) or Galera,
|
||||||
|
more tips can be found on our [community forums](https://community.icinga.com/).
|
||||||
|
|
||||||
**Note**: All nodes in the same zone require that you enable the same features for high-availability (HA).
|
**Note**: All nodes in the same zone require that you enable the same features for high-availability (HA).
|
||||||
|
|
||||||
@ -1696,7 +1697,8 @@ endpoint from the satellite zones.
|
|||||||
Best practice is to run the database backend on a dedicated server/cluster and
|
Best practice is to run the database backend on a dedicated server/cluster and
|
||||||
only expose a virtual IP address to Icinga and the IDO feature. By default, only one
|
only expose a virtual IP address to Icinga and the IDO feature. By default, only one
|
||||||
endpoint will actively write to the backend then. Typical setups for MySQL clusters
|
endpoint will actively write to the backend then. Typical setups for MySQL clusters
|
||||||
involve Galera, more tips can be found on our [community forums](https://community.icinga.com/).
|
involve Master-Master-Replication (Master-Slave-Replication in both directions) or Galera,
|
||||||
|
more tips can be found on our [community forums](https://community.icinga.com/).
|
||||||
|
|
||||||
Overview:
|
Overview:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user