|
| 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 |
0 commit comments