Skip to content
This repository was archived by the owner on Aug 20, 2019. It is now read-only.

Commit e913829

Browse files
committed
DOCS-4981 include ops manager references
1 parent ea1944f commit e913829

11 files changed

+83
-53
lines changed

conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ def has(self, *args):
7777
'mms': ('https://docs.mms.mongodb.com%s', ''),
7878
'mms-hosted': ('https://mms.mongodb.com/help-hosted%s', ''),
7979
'mms-home': ('https://mms.mongodb.com%s', ''),
80-
'about': ('http://www.mongodb.org/about%s', '')
80+
'opsmgr': ('https://docs.opsmanager.mongodb.com%s', ''),
81+
'about': ('http://www.mongodb.org/about%s', ''),
82+
'products': ('https://www.mongodb.com/products%s', '')
8183
}
8284

8385
## add `extlinks` for each published version.

source/administration/monitoring.txt

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@ running MongoDB instance:
3131
statistics regarding the current database state with greater
3232
fidelity.
3333

34-
- Third, :mms-home:`MMS Monitoring
35-
</>`
36-
collects data from running MongoDB deployments and provides
37-
visualization and alerts based on that data.
34+
- Third, :mms-home:`MongoDB Management Service (MMS) </?jmp=docs>`, a hosted
35+
service, and :products:`Ops Manager, an on-premise solution available in
36+
MongoDB Enterprise Advanced
37+
</mongodb-enterprise-advanced?jmp=docs>`,
38+
provide monitoring to collect data from running MongoDB deployments
39+
as well as providing visualization and alerts based on that data.
3840

3941
Each strategy can help answer different questions and is useful in
4042
different contexts. These methods are complementary.
@@ -115,9 +117,10 @@ MongoDB performance.
115117
:dbcommand:`serverStatus` outputs an account of the state of a MongoDB
116118
instance. This command is rarely run directly. In most cases, the data
117119
is more meaningful when aggregated, as one would see with monitoring
118-
tools including :mms-home:`MMS </>`.
119-
Nevertheless, all administrators should be familiar with the data
120-
provided by :dbcommand:`serverStatus`.
120+
tools including :mms-home:`MMS </?jmp=docs>` and :products:`Ops Manager
121+
</mongodb-enterprise-advanced?jmp=docs>`. Nevertheless, all
122+
administrators should be familiar with the data provided by
123+
:dbcommand:`serverStatus`.
121124

122125
``dbStats``
123126
```````````
@@ -232,10 +235,9 @@ Also consider `dex <https://github.com/mongolab/dex>`_, an index and
232235
query analyzing tool for MongoDB that compares MongoDB log files and
233236
indexes to make indexing recommendations.
234237

235-
As part of `MongoDB Enterprise <http://www.mongodb.com/products/mongodb-enterprise?jmp=docs>`_,
236-
you can run :mms-home:`MMS On-Prem </?jmp=docs>`,
237-
which offers the features of MMS in a package that runs within your
238-
own infrastructure.
238+
.. seealso::
239+
:products:`Ops Manager, an on-premise solution available in MongoDB
240+
Enterprise Advanced </mongodb-enterprise-advanced?jmp=docs>`.
239241

240242
Hosted (SaaS) Monitoring Tools
241243
``````````````````````````````
@@ -250,11 +252,13 @@ a paid subscription.
250252

251253
- **Notes**
252254

253-
* - `MongoDB Management Service :mms-home:</>`
255+
* - :mms-home:`MongoDB Management Service </?jmp=docs>`
254256

255257
- MMS is a cloud-based suite of services for managing MongoDB
256258
deployments. MMS provides monitoring, backup, and automation
257-
functionality.
259+
functionality. For an on-premise solution, see also
260+
:products:`Ops Manager, available in MongoDB Enterprise Advanced
261+
</mongodb-enterprise-advanced?jmp=docs>`.
258262

259263
* - `Scout <http://scoutapp.com>`_
260264

@@ -642,9 +646,11 @@ the availability of a sharded cluster, you should monitor your
642646
configuration servers to ensure that the cluster remains well
643647
balanced and that :program:`mongos` instances can restart.
644648

645-
:mms-home:`MMS </>` monitors config
646-
servers and
647-
can create notifications if a config server becomes inaccessible.
649+
:mms-home:`MMS </?jmp=docs>` and :products:`Ops Manager
650+
</mongodb-enterprise-advanced?jmp=docs>` monitor config servers and can
651+
create notifications if a config server becomes inaccessible. See the
652+
:mms:`MMS documentation</>` and :opsmgr:`Ops Manager documentation
653+
</current/application>` for more information.
648654

649655
Balancing and Chunk Distribution
650656
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

source/administration/production-checklist-operations.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,11 @@ Monitoring
210210

211211
.. cssclass:: checklist
212212

213-
- Use :mms-home:`MMS </>` or another monitoring system to monitor
214-
key database metrics and set up alerts for them. Include alerts
215-
for the following metrics:
213+
- Use :mms-home:`MMS </?jmp=docs>` or :products:`Ops Manager, an on-premise
214+
solution available in MongoDB Enterprise Advanced
215+
</mongodb-enterprise-advanced?jmp=docs>` or another monitoring system to
216+
monitor key database metrics and set up alerts for them. Include
217+
alerts for the following metrics:
216218

217219
- lock percent (for the :ref:`MMAPv1 storage engine <storage-mmapv1>`)
218220
- replication lag

source/faq/concurrency.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ new IS or S requests have been queued in the meantime. As a grant
6060
will always move all other requests ahead in the queue, no starvation
6161
of any request is possible.
6262

63-
.. [#mgl-ref] See the Wikipedia page on `Multiple granularity locking
63+
.. [#mgl-ref] See the Wikipedia page on
64+
`Multiple granularity locking
6465
<http://en.wikipedia.org/wiki/Multiple_granularity_locking>`_ for
6566
more information.
6667

@@ -104,7 +105,10 @@ following methods:
104105
- :method:`db.currentOp()`,
105106
- :doc:`mongotop </reference/program/mongotop>`,
106107
- :doc:`mongostat </reference/program/mongostat>`, and/or
107-
- the :mms-home:`MongoDB Management Service (MMS) </>`
108+
- the :mms-home:`MongoDB Management Service (MMS) </?jmp=docs>` or
109+
:products:`Ops Manager, an on-premise solution available in
110+
MongoDB Enterprise Advanced
111+
</mongodb-enterprise-advanced?jmp=docs>`
108112

109113
Specifically, the :data:`~serverStatus.locks` document in the :doc:`output of
110114
serverStatus </reference/command/serverStatus>`, or the :data:`~currentOp.locks` field

source/faq/diagnostics.txt

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,17 @@ ignored by :program:`mongod` and :program:`mongos`.
7474
What tools are available for monitoring MongoDB?
7575
------------------------------------------------
7676

77-
The :mms-home:`MongoDB Management Service
78-
</>` includes
79-
monitoring functionality,
80-
which collects data from running MongoDB deployments and provides
81-
visualization and alerts based on that data.
82-
83-
A full list of third-party tools is available as
84-
part of the :doc:`/administration/monitoring/` documentation. Also
85-
consider the :mms:`MMS Documentation </>`.
77+
The :mms-home:`MongoDB Management Service </?jmp=docs>` and
78+
:products:`Ops Manager, an on-premise solution available in MongoDB
79+
Enterprise Advanced </mongodb-enterprise-advanced?jmp=docs>` include
80+
monitoring functionality, which collects data from running MongoDB
81+
deployments and provides visualization and alerts based on that data.
82+
83+
For more information, see also the :mms:`MMS Documentation </>` and
84+
:opsmgr:`Ops Manager documentation </current/application>`.
85+
86+
A full list of third-party tools is available as part of the
87+
:doc:`/administration/monitoring/` documentation.
8688

8789
.. _faq-memory:
8890

source/includes/extracts-additional-information.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ content: |
4848
- `Best Practices for Migrating from RDBMS to MongoDB (Webinar) <http://www.mongodb.com/webinar/best-practices-migration?jmp=docs>`_
4949
- `SQL vs. MongoDB Day 1-2 <http://www.mongodb.com/blog/post/mongodb-vs-sql-day-1-2?jmp=docs>`_
5050
- `SQL vs. MongoDB Day 3-5 <http://www.mongodb.com/blog/post/mongodb-vs-sql-day-3-5?jmp=docs>`_
51-
- `MongoDB vs. SQL Day 18 <http://www.mongodb.com/blog/post/mongodb-vs-sql-day-14?jmp=docs>`_
51+
- `MongoDB vs. SQL Day 14 <http://www.mongodb.com/blog/post/mongodb-vs-sql-day-14?jmp=docs>`_
5252
- `MongoDB and MySQL Compared <http://www.mongodb.com/mongodb-and-mysql-compared?jmp=docs>`_
5353
- `Quick Reference Cards <https://www.mongodb.com/lp/misc/quick-reference-cards?jmp=docs>`_
5454
---
@@ -66,6 +66,10 @@ style: commref
6666
title: "Additional Resources"
6767
content: |
6868
- :mms:`Install MongoDB using MMS </tutorial/getting-started?jmp=docs>`: MongoDB Management Service is cloud managed MongoDB on the infrastructure of your choice.
69+
- :opsmgr:`Create a New MongoDB Deployment with Ops Manager
70+
</current/tutorial/nav/management>`: Ops Manager is an on-premise
71+
solution available in :products:`MongoDB Enterprise Advanced
72+
</mongodb-enterprise-advanced?jmp=docs>`.
6973
- :doc:`/core/crud`
7074
- :doc:`/data-modeling`
7175
---
@@ -120,6 +124,7 @@ content: |
120124
- `Backup and its Role in Disaster Recovery White Paper <https://www.mongodb.com/lp/white-paper/backup-disaster-recovery?jmp=docs>`_
121125
- `Cloud Backup through MongoDB Management Service <http://mms.mongodb.com?jmp=docs>`_
122126
- `Blog Post: Backup vs. Replication, Why you Need Both <http://www.mongodb.com/blog/post/backup-vs-replication-why-do-you-need-both?jmp=docs>`_
127+
- :products:`Backup Service with Ops Manager, an on-premise solution available in MongoDB Enterprise Advanced </mongodb-enterprise-advanced?jmp=docs>`
123128
---
124129
ref: additional-resources-windows-install
125130
style: commref

source/includes/fact-mms-summary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
and `Ops Manager
44
<https://www.mongodb.com/products/mongodb-enterprise-advanced?jmp=docs>`_, an
55
on-premise solution, provide monitoring, backup, and automation of
6-
MongoDB instances. See the :mms:`MMS documentation</?jmp=docs>` and `Ops
6+
MongoDB instances. See the :mms:`MMS documentation </?jmp=docs>` and `Ops
77
Manager documentation <https://docs.opsmanager.mongodb.com?jmp=docs>`_ for
88
more information.

source/includes/steps-restore-primary-from-backup.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@ title: Obtain backup MongoDB Database files.
22
stepnum: 1
33
ref: obtain-backup-files
44
content: |
5+
56
The backup files may come from a :doc:`file system snapshot
67
</tutorial/backup-with-filesystem-snapshots>`. The :mms-home:`MongoDB
7-
Management Service (MMS) </>`
8+
Management Service (MMS) </?jmp=docs>`
89
produces MongoDB database files for :mms:`stored snapshots
910
</tutorial/restore-from-snapshot/>` and :mms:`point in time
10-
snapshots </tutorial/restore-from-point-in-time-snapshot/>`. You
11+
snapshots </tutorial/restore-from-point-in-time-snapshot/>`.
12+
For an :products:`Ops Manager, an on-premise solution available in
13+
MongoDB Enterprise Advanced </mongodb-enterprise-advanced?jmp=docs>`,
14+
see also :opsmgr:`documentation on Backup </core/backup-overview>`.
15+
16+
You
1117
can also use :program:`mongorestore` to restore database files using
1218
data created with :program:`mongodump`. See
1319
:doc:`/tutorial/backup-and-restore-tools` for more information.

source/reference/built-in-roles.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,9 @@ functions.
231231

232232
.. authrole:: clusterMonitor
233233

234-
Provides read-only access to monitoring tools, such as the :mms:`MongoDB
235-
Management Service (MMS) </>` monitoring agent.
234+
Provides read-only access to monitoring tools, such as the
235+
:mms:`MongoDB Management Service (MMS) </>` and :opsmgr:`Ops Manager
236+
</>` monitoring agent.
236237

237238
Provides the following actions on the cluster as a whole:
238239

@@ -309,10 +310,10 @@ restoring data:
309310

310311
.. authrole:: backup
311312

312-
Provides minimal privileges needed for backing up data.
313-
This role provides sufficient privileges to use the
314-
:mms:`MongoDB Management Service (MMS) </>`
315-
backup agent, or to use :program:`mongodump` to back up an entire
313+
Provides minimal privileges needed for backing up data. This role
314+
provides sufficient privileges to use the :mms:`MongoDB Management
315+
Service (MMS) </>` backup agent, :opsmgr:`Ops Manager </>` backup
316+
agent, or to use :program:`mongodump` to back up an entire
316317
:program:`mongod` instance.
317318

318319
.. todo: should we document the mms.backup collection in the

source/tutorial/configure-ssl-clients.txt

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,18 @@ connect to that :program:`mongod`:
8484
.. important:: If the client presents a certificate, the certificate
8585
must be valid.
8686

87-
MMS Monitoring Agent
88-
--------------------
87+
MMS and Ops Manager Monitoring Agent
88+
------------------------------------
8989

90-
The MMS Monitoring agent will also have to connect via SSL in order to gather its
91-
statistics. Because the agent already utilizes SSL for its communications
92-
to the MMS servers, this is just a matter of enabling SSL support in
93-
MMS itself on a per host basis.
90+
The MMS Monitoring agent will also have to connect via SSL in order to
91+
gather its statistics. Because the agent already utilizes SSL for its
92+
communications to the MMS servers, this is just a matter of enabling
93+
SSL support in MMS itself on a per host basis.
9494

95-
Use the "Edit" host button (i.e. the pencil) on the Hosts page in the
96-
MMS console to enable SSL.
95+
See the :mms:`MMS documentation </>` for more information about SSL
96+
configuration.
9797

98-
Please see the :mms:`MMS documentation </>` for more
99-
information about MMS configuration.
98+
For Ops Manager, see :opsmgr:`Ops Manager documentation </current>`.
10099

101100
PyMongo
102101
-------

0 commit comments

Comments
 (0)