Fixed RST syntax error.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 13 Feb 2020 13:35:35 +0200
changeset 2412 d88d5d1a8cd9
parent 2411 417b9ee21460
child 2413 ceca880171c3
Fixed RST syntax error.
monit.rst
--- a/monit.rst	Thu Feb 13 13:33:15 2020 +0200
+++ b/monit.rst	Thu Feb 13 13:35:35 2020 +0200
@@ -69,9 +69,9 @@
 ===========
 
 * In ``active`` mode (the default), Monit will pro-actively monitor a service and in case of
-problems raise alerts and/or restart the service.
+  problems raise alerts and/or restart the service.
 * In ``passive`` mode, Monit will passively monitor a service and will raise alerts, but will not
-try to fix a problem by executing start, stop or restart.
+  try to fix a problem by executing start, stop or restart.
 * In ``manual`` mode, Monit will enter active mode only if a service was started via Monit.
 
 Example::