Minor modification to documentation.

This commit is contained in:
Johan Wikman
2015-09-16 11:10:47 +03:00
parent fe400e7041
commit ea2c454010

View File

@ -6,7 +6,7 @@ The MySQL Monitor is a monitoring module for MaxScale that monitors a Master-Sla
## Configuration ## Configuration
A minimal configuration for a monitor requires a set of servers for monitoring and a username and a password to connect to these servers. The user requires the REPLICATION CLIENT privilege to successfully monitor the state of the servers. A minimal configuration for a monitor requires a set of servers for monitoring and a username and a password to connect to these servers.
``` ```
[MySQL Monitor] [MySQL Monitor]
@ -18,6 +18,13 @@ passwd=mypwd
``` ```
The user requires the REPLICATION CLIENT privilege to successfully monitor the state of the servers.
```
MariaDB [(none)]> grant replication client on *.* to 'maxscale'@'maxscalehost';
Query OK, 0 rows affected (0.00 sec)
```
## Optional parameters for all monitors ## Optional parameters for all monitors
Here are optional parameters that are common for all the monitors. Here are optional parameters that are common for all the monitors.