Skip to content

Commit 59160b8

Browse files
authored
(DOCSP-17252) Reintroduce page on adding a monitored process back to automation. (#5041) (#5044)
* (DOCSP-17252) Reintroduce page on adding a monitored process back to automation. * (DOCSP-17252) Typo fix. * (DOCSP-17252) Correct description of GUI label. * (DOCSP-17252) Reorganize prerequisites section to remove unneeded headlines. * (DOCSP-17252) Correct indentation. * (DOCSP-17252) Formatting link. * (DOCSP-17252) Exclude page from CM building. * (DOCSP-17252) Put link behind OM cond block.
1 parent 566a6ce commit 59160b8

File tree

4 files changed

+74
-1
lines changed

4 files changed

+74
-1
lines changed

config/sphinx.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ saas-base:
243243
- /reference/legal/live-migration-atlas-licensing.txt
244244
- /reference/legal/live-migration-atlas-license.txt
245245
- /tutorial/add-message-to-interface.txt
246+
- /tutorial/add-monitored-deployment-to-automation.txt
246247
- /tutorial/assign-snapshot-stores-to-data-center.txt
247248
- /tutorial/manage-ops-manager-logs.txt
248249
- /tutorial/configure-application-high-availability.txt

source/includes/steps-add-monitored-deployment-to-automation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inherit:
44
file: steps-source-project-nav.yaml
55
ref: project-nav-deployment-topology
66
---
7-
title: "On the line listing the process, click :guilabel:`Add New`."
7+
title: "On the line listing the process, click :guilabel:`Add`."
88
stepnum: 2
99
level: 4
1010
ref: add-automation-button
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
=====================================
2+
Add Monitored Processes to Automation
3+
=====================================
4+
5+
.. default-domain:: mongodb
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
13+
Overview
14+
--------
15+
16+
|mms| Automation lets you deploy, reconfigure and upgrade your MongoDB
17+
databases directly from the |mms| console.
18+
19+
If |mms| is already monitoring your MongoDB processes, you can add them
20+
to Automation.
21+
22+
Automation relies on the {+mdbagent+}, which you install on each
23+
server that hosts a process to be added to automated management. The
24+
{+mdbagent+}s regularly poll |mms| to determine goal configuration
25+
and deploy changes as needed.
26+
27+
Considerations
28+
--------------
29+
30+
Automation supports most but not all available MongoDB options. See
31+
:doc:`/reference/cluster-configuration-process-options` for unsupported
32+
MongoDB deployment options.
33+
34+
When adding a MongoDB deployment requiring authentication, you have the
35+
option of importing that process's users and roles. During import,
36+
|mms| prompts you to resolve any conflicts that may occur between the
37+
imported users and roles and the managed users and roles.
38+
39+
Automation and Updated Security Settings Upon Import
40+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
41+
42+
.. include:: /includes/fact-imported-users-to-automation.rst
43+
44+
Prerequisites
45+
-------------
46+
47+
- Ensure that your deployment satisfies the
48+
:doc:`deployment requirements </tutorial/provisioning-prep>`.
49+
50+
- |mms| must be currently monitoring the MongoDB processes, and the
51+
{+mdbagent+} must be running. The processes must appear on the
52+
|mms| :guilabel:`Deployment` page.
53+
54+
.. seealso::
55+
56+
:doc:`/tutorial/add-existing-mongodb-processes` to enable |mms| to
57+
automate and monitor your MongoDB processes if |mms| does not
58+
currently do so.
59+
60+
.. include:: /includes/prerequisites-for-adding-existing-deployment-to-automation.rst
61+
62+
Procedure
63+
---------
64+
65+
.. include:: /includes/steps/add-monitored-deployment-to-automation.rst

source/tutorial/nav/manage-hosts.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ Create or Import a MongoDB Deployment
1919
:doc:`/tutorial/add-existing-mongodb-processes`
2020
Add existing MongoDB deployment to |mms|.
2121

22+
.. cond:: onprem
23+
24+
:doc:`/tutorial/add-monitored-deployment-to-automation`
25+
Add a monitored MongoDB deployment to be managed through |mms|
26+
Automation.
27+
2228
:doc:`/tutorial/deploy-replica-set`
2329
Use |mms| to deploy a managed replica set.
2430

@@ -54,6 +60,7 @@ Create or Import a MongoDB Deployment
5460
/tutorial/provisioning-prep
5561
/tutorial/nav/add-servers
5662
/tutorial/add-existing-mongodb-processes
63+
/tutorial/add-monitored-deployment-to-automation
5764
/tutorial/deploy-replica-set
5865
/tutorial/deploy-sharded-cluster
5966
Deploy a Standalone Instance </tutorial/deploy-standalone>

0 commit comments

Comments
 (0)