Skip to content

Commit 7061dcf

Browse files
DOCS-11613 - Remove circular hyperlinks on the Storage Node Watchdog.
1 parent 7eba401 commit 7061dcf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/administration/monitoring.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -570,13 +570,13 @@ Storage Node Watchdog
570570

571571
.. note:: Available only in MongoDB Enterprise. Not available on macOS.
572572

573-
The :ref:`Storage Node Watchdog <storage-node-watchdog>` monitors the
573+
The Storage Node Watchdog monitors the
574574
filesystems used by MongoDB to detect unresponsive conditions.
575575

576-
The :ref:`Storage Node Watchdog <storage-node-watchdog>` can be enabled with
576+
The Storage Node Watchdog can be enabled with
577577
the :parameter:`watchdogPeriodSeconds` parameter on a :binary:`~bin.mongod`.
578578

579-
When enabled, the :ref:`Storage Node Watchdog <storage-node-watchdog>`
579+
When enabled, the Storage Node Watchdog
580580
monitors the following directories:
581581

582582
* The :option:`--dbpath <mongod --dbpath>` directory
@@ -586,15 +586,15 @@ monitors the following directories:
586586
* The directory of :option:`--auditPath <mongod --auditPath>` file
587587

588588
If any of the filesystems containing these directories become unresponsive,
589-
the :ref:`Storage Node Watchdog <storage-node-watchdog>` terminates the
589+
the Storage Node Watchdog terminates the
590590
:binary:`~bin.mongod` and exits with a status code of 61. If the
591591
:binary:`~bin.mongod` is serving as the :term:`primary`, terminating initiates
592592
:term:`failover` allowing another member to become primary.
593593

594594
Once a :binary:`~bin.mongod` has terminated, it may not be possible to cleanly
595595
restart it on the *same* machine.
596596

597-
The maximum time the :ref:`Storage Node Watchdog <storage-node-watchdog>` can
597+
The maximum time the Storage Node Watchdog can
598598
take to detect an unresponsive filesystem and terminate is nearly *twice* the
599599
value of :parameter:`watchdogPeriodSeconds`.
600600

0 commit comments

Comments
 (0)