Skip to content

Commit ff27c9a

Browse files
author
Chris Cho
authored
DOCSP-20407: fix language (#319)
* DOCSP-20407: fix language
1 parent a29de69 commit ff27c9a

File tree

7 files changed

+6
-226
lines changed

7 files changed

+6
-226
lines changed

conf.py

Lines changed: 0 additions & 115 deletions
This file was deleted.

config/build_conf.yaml

Lines changed: 0 additions & 40 deletions
This file was deleted.

config/integration.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/drivers/node
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v3.6 v3.7 v4.0 v4.1 v4.2 v4.3 v4.4 master
3+
define: versions v3.6 v3.7 v4.0 v4.1 v4.2 v4.3 v4.4 v4.5 master
44

55
raw: ${prefix}/ -> ${base}/current/
66
raw: ${prefix}/stable -> ${base}/current/

config/sphinx_local.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

source/code-snippets/logging/levels.js

Lines changed: 0 additions & 37 deletions
This file was deleted.

source/fundamentals/monitoring/cluster-monitoring.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ You can subscribe to any of the following SDAM events:
6767
primary or a **mongos** proxy disconnecting.
6868

6969
* - ``serverHeartbeatStarted``
70-
- Created prior to issuing an ``isMaster`` command to a MongoDB instance.
70+
- Created prior to issuing a ``hello`` command to a MongoDB instance.
7171

7272
* - ``serverHeartbeatSucceeded``
73-
- Created when the ``isMaster`` command returns successfully from a
73+
- Created when the ``hello`` command returns successfully from a
7474
MongoDB instance.
7575

7676
* - ``serverHeartbeatFailed``
77-
- Created when an ``isMaster`` command issued to a specific MongoDB
78-
instance fails to return a successful response
77+
- Created when a ``hello`` command issued to a specific MongoDB
78+
instance fails to return a successful response.
7979

8080
Example Event Documents
8181
-----------------------
@@ -186,7 +186,7 @@ serverHeartbeatSucceeded
186186
hosts: [ 'localhost:27017' ],
187187
setName: 'rs',
188188
setVersion: 1,
189-
ismaster: true,
189+
isWritablePrimary: true,
190190
secondary: false,
191191
primary: 'localhost:27017',
192192
me: 'localhost:27017',

0 commit comments

Comments
 (0)