From 5fd823fda998a4edd5f6973135069eebb60b574f Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 26 Sep 2017 13:14:46 +0900 Subject: [PATCH] Fix typos --- doc/command-reference.sgml | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/doc/command-reference.sgml b/doc/command-reference.sgml index 0e9be1f3..90679641 100644 --- a/doc/command-reference.sgml +++ b/doc/command-reference.sgml @@ -147,7 +147,7 @@ standby. - + Waiting for the registration to propagate to the standby Depending on your environment and workload, it may take some time for @@ -478,10 +478,31 @@ What happened is that repmgr cluster crosscheck merged its own repmgr cluster matrix with the repmgr cluster matrix output from node2; the latter is able to connect to node3 - and therefore determine the state ofx outbound connections from that node. + and therefore determine the state of outbound connections from that node. - + + + repmgr cluster cleanup + + repmgr cluster cleanup + + Purges monitoring history from the repmgr.monitoring_history table to + prevent excessive table growth. Use the -k/--keep-history to specify the + number of days of monitoring history to retain. This command can be used + manually or as a cronjob. + + + This command requires a valid repmgr.conf file for the node on which it is + executed; no additional arguments are required. + + + + Monitoring history will only be written if repmgrd is active, and + monitoring_history is set to true in repmgr.conf. + + +