Configuring the MariaDB Monitor
This document describes how to configure a MariaDB primary-replica cluster monitor to be used with MaxScale.
Configuring the Monitor
Define the monitor that monitors the servers.
The mandatory parameters are the object type, the monitor module to use, the
list of servers to monitor and the username and password to use when connecting
to the servers. The monitor_interval
parameter controls for how long
the monitor waits between each monitoring loop.
Monitor User
The monitor user requires the REPLICATION CLIENT privileges to do basic monitoring. To create a user with the proper grants, execute the following SQL.
Note: If the automatic failover of the MariaDB Monitor will used, the user will require additional grants. Execute the following SQL to grant them.
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?