From 21ef9afc3665bca6c46e2924eacb404633edc78d Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Thu, 10 Dec 2015 14:34:09 +0200 Subject: [PATCH] Removed duplicate sections --- Documentation/Monitors/Galera-Monitor.md | 4 ---- Documentation/Monitors/MM-Monitor.md | 4 ---- Documentation/Monitors/MySQL-Monitor.md | 4 ---- 3 files changed, 12 deletions(-) diff --git a/Documentation/Monitors/Galera-Monitor.md b/Documentation/Monitors/Galera-Monitor.md index 57cbf88b8..1b82506b2 100644 --- a/Documentation/Monitors/Galera-Monitor.md +++ b/Documentation/Monitors/Galera-Monitor.md @@ -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=` 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. diff --git a/Documentation/Monitors/MM-Monitor.md b/Documentation/Monitors/MM-Monitor.md index 2c51814d0..039840122 100644 --- a/Documentation/Monitors/MM-Monitor.md +++ b/Documentation/Monitors/MM-Monitor.md @@ -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. diff --git a/Documentation/Monitors/MySQL-Monitor.md b/Documentation/Monitors/MySQL-Monitor.md index a3e23c0f0..165007389 100644 --- a/Documentation/Monitors/MySQL-Monitor.md +++ b/Documentation/Monitors/MySQL-Monitor.md @@ -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.