Skip to content

Commit 551af0b

Browse files
authored
(DOCSP-39281) Adds new system alert description. (#212)
<!-- Add a description of your PR here (optional) --> - [DOCSP-39281](https://jira.mongodb.org/browse/DOCSP-39281) - [STAGING](https://preview-mongodberabilmdb.gatsbyjs.io/ops-manager/DOCSP-39281/core/system-alerts/#database-process) - [LATEST BUILD LOG](https://workerpool-boxgs.mongodbstitch.com/pages/job.html?collName=queue&jobId=664cfa85cf5bec1c29788852) ### Self-Review Checklist - [x] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [x] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [x] Resolve any new warnings or errors in the build. - [x] Proofread for spelling and grammatical errors. - [x] Check staging for rendering issues. - [x] Confirm links are working.
1 parent 09cae99 commit 551af0b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source/core/system-alerts.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Manage System Alerts
44

55
.. default-domain:: mongodb
66

7+
.. facet::
8+
:name: genre
9+
:values: tutorial
10+
711
.. contents:: On this page
812
:local:
913
:backlinks: none
@@ -283,6 +287,12 @@ Database Process
283287
- .. alert:: Successfully connected to a database backing the system
284288
-
285289

290+
* - ``BACKINGDB_DEFAULTRW_CONCERN_VERIFICATION_FAILED``
291+
- .. alert:: AppDB default Read/Write concerns are not set to recommended values
292+
- Sent when the :manual:`read concern </reference/read-concern-local/>` for
293+
the :ref:`backing databases <backing-database>` is *not* ``"local"`` and
294+
the :manual:`write concern </reference/write-concern/>` is *not* ``w: "majority"``.
295+
286296
Log
287297
~~~
288298

0 commit comments

Comments
 (0)