From 3bfaa8e7225ab74c1b7d0e8182c8691d9ed11f34 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 9 Jun 2020 16:21:36 +0900 Subject: [PATCH] doc: note downstream node (dis)connection monitoring in more places --- doc/repmgrd-configuration.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/repmgrd-configuration.xml b/doc/repmgrd-configuration.xml index 1779d87d..ddea8307 100644 --- a/doc/repmgrd-configuration.xml +++ b/doc/repmgrd-configuration.xml @@ -15,9 +15,13 @@ &repmgrd; can be configured to provide failover - capability in case the primary upstream node becomes unreachable, and/or + capability in case the primary or upstream node becomes unreachable, and/or provide monitoring data to the &repmgr; metadatabase. + + From &repmgr; 4.4, when running on the primary node, &repmgrd; can also monitor + standby disconnections/reconnections (see ). + repmgrd configuration @@ -583,7 +587,8 @@ repmgrd_service_stop_command='sudo systemctl repmgr12 stop' the option (see above). - For more details on monitoring, see . + For more details on monitoring, see . For information on + monitoring standby disconnections, see .