doc: initial repmgrd doc refactoring

This commit is contained in:
Ian Barwick
2019-03-13 14:33:27 +09:00
committed by Ian Barwick
parent 60bb4e9fc8
commit 18ab5cab4e
6 changed files with 49 additions and 29 deletions

17
doc/repmgrd-overview.sgml Normal file
View File

@@ -0,0 +1,17 @@
<chapter id="repmgrd-overview" xreflabel="Overview of repmgrd">
<indexterm>
<primary>repmgrd</primary>
<secondary>overview</secondary>
</indexterm>
<title>repmgrd overview</title>
<para>
<application>repmgrd</application> (&quot;<literal>replication manager daemon</literal>&quot;)
is a management and monitoring daemon which runs
on each node in a replication cluster. It can automate actions such as
failover and updating standbys to follow the new primary, as well as
providing monitoring information about the state of each standby.
</para>
</chapter>