Removed duplicate sections
This commit is contained in:
@ -58,10 +58,6 @@ Enable interaction with server priorities. This will allow the monitor to determ
|
|||||||
use_priority=true
|
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
|
## 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.
|
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.
|
||||||
|
@ -35,7 +35,3 @@ This is a situation which can happen if all slave servers are unreachable or the
|
|||||||
```
|
```
|
||||||
detect_stale_master=true
|
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.
|
|
||||||
|
@ -60,10 +60,6 @@ Enable support for MySQL 5.1 replication monitoring. This is needed if a MySQL s
|
|||||||
mysql51_replication=true
|
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
|
## Example 1 - Monitor script
|
||||||
|
|
||||||
Here is an example shell script which sends an email to an admin when a server goes down.
|
Here is an example shell script which sends an email to an admin when a server goes down.
|
||||||
|
Reference in New Issue
Block a user