mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
doc: improve "repmgr cluster cleanup" documentation
This commit is contained in:
@@ -15,9 +15,14 @@
|
|||||||
<title>Description</title>
|
<title>Description</title>
|
||||||
<para>
|
<para>
|
||||||
Purges monitoring history from the <literal>repmgr.monitoring_history</literal> table to
|
Purges monitoring history from the <literal>repmgr.monitoring_history</literal> table to
|
||||||
prevent excessive table growth. Use the <literal>-k/--keep-history</literal> to specify the
|
prevent excessive table growth.
|
||||||
number of days of monitoring history to retain. This command can be used
|
</para>
|
||||||
manually or as a cronjob.
|
<para>
|
||||||
|
By default <emphasis>all</emphasis> data will be removed; Use the <option>-k/--keep-history</option>
|
||||||
|
option to specify the number of days of monitoring history to retain.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
This command can be executed manually or as a cronjob.
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
@@ -38,4 +43,13 @@
|
|||||||
<filename>repmgr.conf</filename>.
|
<filename>repmgr.conf</filename>.
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
<refsect1>
|
||||||
|
<title>See also</title>
|
||||||
|
<para>
|
||||||
|
For more details see the sections <xref linkend="repmgrd-monitoring"> and
|
||||||
|
<xref linkend="repmgrd-monitoring-configuration">.
|
||||||
|
</para>
|
||||||
|
</refsect1>
|
||||||
|
|
||||||
</refentry>
|
</refentry>
|
||||||
|
|||||||
@@ -144,7 +144,7 @@
|
|||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 id="repmgrd-monitoring-configuration">
|
<sect2 id="repmgrd-monitoring-configuration" xreflabel="repmgrd monitoring configuration">
|
||||||
<indexterm>
|
<indexterm>
|
||||||
<primary>repmgrd</primary>
|
<primary>repmgrd</primary>
|
||||||
<secondary>monitoring configuration</secondary>
|
<secondary>monitoring configuration</secondary>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<chapter id="repmgrd-monitoring">
|
<chapter id="repmgrd-monitoring" xreflabel="Monitoring with repmgrd">
|
||||||
<indexterm>
|
<indexterm>
|
||||||
<primary>repmgrd</primary>
|
<primary>repmgrd</primary>
|
||||||
<secondary>monitoring</secondary>
|
<secondary>monitoring</secondary>
|
||||||
|
|||||||
Reference in New Issue
Block a user