mirror of
https://github.com/zrepl/zrepl.git
synced 2025-04-02 20:16:45 +02:00
docs: drop references to 'main config file'
were just confusing in the remaining places where they were used fixes #127
This commit is contained in:
parent
53dc0c3c5e
commit
fb999c8617
@ -14,7 +14,7 @@ Job Types & Replication
|
|||||||
Overview & Terminology
|
Overview & Terminology
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
A *job* is the unit of activity tracked by the zrepl daemon and configured in the |mainconfig|.
|
A *job* is the unit of activity tracked by the zrepl daemon.
|
||||||
Every job has a unique ``name``, a ``type`` and type-dependent fields which are documented on this page.
|
Every job has a unique ``name``, a ``type`` and type-dependent fields which are documented on this page.
|
||||||
|
|
||||||
Replication always happens between a pair of jobs: one is the **active side**, and one the **passive side**.
|
Replication always happens between a pair of jobs: one is the **active side**, and one the **passive side**.
|
||||||
|
@ -7,7 +7,7 @@ Logging
|
|||||||
|
|
||||||
zrepl uses structured logging to provide users with easily processable log messages.
|
zrepl uses structured logging to provide users with easily processable log messages.
|
||||||
|
|
||||||
Logging outlets are configured in the ``global`` section of the |mainconfig|.
|
Logging outlets are configured in the ``global`` section of the config file.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Monitoring
|
Monitoring
|
||||||
==========
|
==========
|
||||||
|
|
||||||
Monitoring endpoints are configured in the ``global.monitoring`` section of the |mainconfig|.
|
Monitoring endpoints are configured in the ``global.monitoring`` section of the config file.
|
||||||
|
|
||||||
.. _monitoring-prometheus:
|
.. _monitoring-prometheus:
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
.. global list of substitutions
|
.. global list of substitutions
|
||||||
|
|
||||||
.. |mainconfig| replace:: :ref:`main configuration file <mainconfigfile>`
|
..
|
||||||
|
.. |macroname| replace:: macro expansion
|
||||||
|
@ -80,8 +80,6 @@ Either way, all build results are located in the ``artifacts/`` directory.
|
|||||||
It is your job to install the apropriate binary in the zrepl users's ``$PATH``, e.g. ``/usr/local/bin/zrepl``.
|
It is your job to install the apropriate binary in the zrepl users's ``$PATH``, e.g. ``/usr/local/bin/zrepl``.
|
||||||
Otherwise, the examples in the :ref:`tutorial` may need to be adjusted.
|
Otherwise, the examples in the :ref:`tutorial` may need to be adjusted.
|
||||||
|
|
||||||
.. _mainconfigfile:
|
|
||||||
|
|
||||||
What next?
|
What next?
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user