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.
  • Reference >
  • Supported MongoDB Options for Automation

Supported MongoDB Options for Automation

Overview

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.

MongoDB 2.6 and Later Configuration Options

The processes.args2_6 object applies to MongoDB versions 2.6 and higher and supports the following MongoDB settings and parameters. The object uses the MongoDB configuration format.

The processes.args2_6 object supports the following:

Ops Manager 1.8.0 and later allow you to specify a custom option using the setParameter.[other] option.

With setParameter.[other], you specify both the parameter, and its value, as in the following MongoDB configuration document:

systemLog:
   destination: file
   path: "/var/log/mongodb/mongodb.log"
   logAppend: true
setParameter:
   enableLocalhostAuthBypass: false
   customParameter: "customValue"
...

MongoDB 2.4 and Earlier Configuration Options

The processes.args2_4 object applies to MongoDB versions 2.4 and earlier and supports the following MongoDB options. The object uses the 2.4 MongoDB configuration format.

The processes.args2_4 object supports the following:

  • auth
  • bind_ip
  • config
  • configdb
  • configsvr
  • dbpath
  • directoryperdb
  • fork
  • journal
  • journalCommitInterval
  • jsonp
  • keyFile
  • logappend
  • logpath
  • maxConns
  • nohttpinterface
  • nojournal
  • noprealloc
  • noscripting
  • nssize
  • oplogSize
  • pidfilepath
  • port
  • profile
  • quiet
  • quota
  • quotaFiles
  • replSet
  • rest
  • shardsvr
  • slowms
  • smallfiles
  • syncdelay
  • syslog
  • v
  • vv
  • vvv