From 1337f68caf4b2bc209cdce29547f4d2be9b7665b 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 30379936..9f419cf1 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 @@ -565,7 +569,8 @@ repmgrd_service_stop_command='sudo systemctl repmgr11 stop' the option (see above). - For more details on monitoring, see . + For more details on monitoring, see . For information on + monitoring standby disconnections, see .