Removed duplicate sections

This commit is contained in:
Markus Makela 2015-12-10 14:34:09 +02:00
parent 09ae26d7c9
commit 21ef9afc36
3 changed files with 0 additions and 12 deletions

View File

@ -58,10 +58,6 @@ Enable interaction with server priorities. This will allow the monitor to determ
use_priority=true
```
### Common Monitor Parameters
For a list of optional parameters that all monitors support, read the [Monitor Common](Monitor-Common.md) document.
## Interaction with Server Priorities
If the `use_priority` option is set and a server is configured with the `priority=<int>` parameter, galeramon will use that as the basis on which the master node is chosen. This requires the `disable_master_role_setting` to be undefined or disabled. The server with the lowest value in `priority` will be chosen as the master node when a replacement Galera node is promoted to a master server inside MaxScale.

View File

@ -35,7 +35,3 @@ This is a situation which can happen if all slave servers are unreachable or the
```
detect_stale_master=true
```
### Common Monitor Parameters
For a list of optional parameters that all monitors support, read the [Monitor Common](Monitor-Common.md) document.

View File

@ -60,10 +60,6 @@ Enable support for MySQL 5.1 replication monitoring. This is needed if a MySQL s
mysql51_replication=true
```
### Common Monitor Parameters
For a list of optional parameters that all monitors support, read the [Monitor Common](Monitor-Common.md) document.
## Example 1 - Monitor script
Here is an example shell script which sends an email to an admin when a server goes down.