Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Learn to use the MariaDB Monitor to automate cluster management. This guide covers how to configure server monitoring, automatic failover, switchover, and other HA features.
This monitor is designed specifically for Amazon Aurora clusters. It identifies the writer and reader instances, allowing MaxScale to route queries and manage high availability in an AWS environment.
Learn about the MariaDB Monitor in MaxScale 21.06. This module tracks primary and replica servers, enabling automatic failover, switchover, and other essential high-availability features.
[repl-cluster]
type = monitor
module = mariadbmon
...
auto_failover = true
auto_rejoin = true
replication_user = repl
replication_password = passwd
replication_master_ssl = true$ sudo systemctl restart maxscale[repl-cluster]
type = monitor
module = mariadbmon
...
cooperative_monitoring_locks = majority_of_running$ sudo systemctl restart maxscale[galera-cluster]
type = monitor
module = galeramon
...
available_when_donor = true$ sudo systemctl restart maxscale