Navigation
This version of the documentation is archived and no longer supported. To learn how to upgrade your version of MongoDB Ops Manager, refer to the upgrade documentation.
You were redirected from a different version of the documentation. Click here to go back.
  • Install Ops Manager >
  • Configure Ops Manager to Pass Outgoing Traffic through an HTTP or HTTPS Proxy

Configure Ops Manager to Pass Outgoing Traffic through an HTTP or HTTPS Proxy

On this page

Overview

Ops Manager can pass all outgoing requests through an HTTP or HTTPS proxy. This lets Ops Manager deployments without direct access to external resources access outside notification services and the MongoDB version manifest.

Procedure

1

Stop Ops Manager

Use the command appropriate to your operating system.

On a Linux system installed with a package manager:

sudo service mongodb-mms stop

On a Linux system installed with a .tar file:

<install_dir>/bin/mongodb-mms stop
2

Edit the conf-mms.properties configuration file to configure the proxy settings.

Open conf-mms.properties with root privileges. Set the http.proxy.host and http.proxy.port settings to the hostname and port of the HTTP or HTTPS proxy.

If the proxy requires authentication, use http.proxy.username and http.proxy.password to specify the credentials.

3

Start the Ops Manager Application.

Use the command appropriate to your operating system.

On a Linux system installed with a package manager:

sudo service mongodb-mms start

On a Linux system installed with a .tar file:

<install_dir>/bin/mongodb-mms start