Docs Menu
Docs Home
/
MongoDB Ops Manager
/

MongoDB Settings and Automation Support

The processes.<args> object in an automation configuration file specifies the configuration options for each MongoDB instance. The supported settings depend on the version of MongoDB.

The processes.args2_6 object accepts most MongoDB settings and parameters for MongoDB versions 2.6 and later. Format this object using YAML. To review examples of the MongoDB configuration YAML, see the Configuration File Options in the MongoDB manual.

Important

Specific security-related settings, such as LDAP settings, TLS settings related to the Certificate Authority, and Authentication settings, are managed at the project level and may be overridden upon import into Automation.

Ops Manager doesn't support configuration and management of the MongoDB server net.unixDomainSocket options such as net.unixDomainSocket.enabled, net.unixDomainSocket.pathPrefix, and net.unixDomainSocket.filePermissions using the Ops Manager automation configuration.

Warning

Automation doesn't validate these MongoDB settings. If you provide an incorrect value, it could result in issues, downtime, or both. Upon import, Automation will reject deployments with unsupported settings, such as __exec and __rest.

Back

Automation Configuration