Cloud Manager steps changes as per new UI

This commit is contained in:
krish7919 (Krish) 2017-06-01 17:47:54 +02:00 committed by Krish
parent b70cf86192
commit b609eb878e

View File

@ -16,10 +16,15 @@ Configure MongoDB Cloud Manager for Monitoring
* Select the group from the dropdown box on the page. * Select the group from the dropdown box on the page.
* Go to Settings, Group Settings and add a Preferred Hostnames regexp as * Go to Settings, Group Settings and add a ``Preferred Hostnames`` entry as
``^mdb-instance-[0-9]{1,2}$``. It may take up to 5 mins till this setting a regexp based on the ``mdb-instance-name`` of the nodes in your cluster.
is in effect. You may refresh the browser window and verify whether the It may take up to 5 mins till this setting takes effect.
changes have been saved or not. You may refresh the browser window and verify whether the changes have
been saved or not.
For example, for the nodes in a cluster that are named ``mdb-instance-0``,
``mdb-instance-1`` and so on, a regex like ``^mdb-instance-[0-9]{1,2}$``
is recommended.
* Next, click the ``Deployment`` tab, and then the ``Manage Existing`` * Next, click the ``Deployment`` tab, and then the ``Manage Existing``
button. button.
@ -33,15 +38,16 @@ Configure MongoDB Cloud Manager for Monitoring
* Enter the port number as ``27017``, with no authentication. * Enter the port number as ``27017``, with no authentication.
* If you have TLS enabled, select the option to enable TLS/SSL for MongoDB * If you have TLS enabled, select the option to enable TLS/SSL for MongoDB
connections. connections, and click ``Continue``.
* Once the deployment is found, click the ``Continue`` button. * Once the deployment is found, click the ``Continue`` button again.
This may take about a minute or two. This may take about a minute or two.
* Do not add ``Automation Agent`` when given an option to add it. * Verify that you see your process on the Cloud Manager UI, and click
``Continue`` for the third time.
* Verify on the UI that data is being sent by the monitoring agent to the * Verify on the UI that data is being sent by the monitoring agent to the
Cloud Manager. Cloud Manager. It may take upto 5 minutes for data to appear on the UI.
Configure MongoDB Cloud Manager for Backup Configure MongoDB Cloud Manager for Backup
@ -57,12 +63,16 @@ Configure MongoDB Cloud Manager for Backup
* Click ``Backup`` tab. * Click ``Backup`` tab.
* Click on the ``Begin Setup``. * Hover over the ``Status`` column of your backup and click ``Start``
to start the backup.
* Click on ``Next``, select the replica set from the dropdown menu. * Select the replica set on the side pane and check the box to allow TLS/SSL
connections.
* Verify the details of your MongoDB instance and click on ``Start`` again. * Verify the details of your MongoDB instance and click on ``Start``.
* It might take up to 5 minutes to start the backup process. * It may take up to 5 minutes for the backup process to start.
During this process, the UI will show the status of the backup process.
* Verify that data is being backed up on the UI. * Verify that data is being backed up on the UI.