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 specifies the configuration options for each MongoDB instance. The supported options 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 (including 3.0 and higher) and supports the following MongoDB options. The object uses the MongoDB configuration format.

The processes.args2_6 object supports the following:

  • config
  • net.bindIp
  • net.http.JSONPEnabled
  • net.http.RESTInterfaceEnabled
  • net.http.enabled
  • net.maxIncomingConnections
  • net.port
  • noscripting
  • notablescan
  • operationProfiling.mode
  • operationProfiling.slowOpThresholdMs
  • processManagement.fork
  • processManagement.pidFilePath
  • replication.oplogSizeMB
  • replication.replSet
  • replication.replSetName
  • replication.secondaryIndexPrefetch
  • security.authorization
  • security.keyFile
  • setParameter.connPoolMaxConnsPerHost
  • setParameter.connPoolMaxShardedConnsPerHost
  • setParameter.enableTestCommands
  • setParameter.enableLocalhostAuthBypass
  • setParameter.failIndexKeyTooLong
  • setParameter.internalQueryPlannerEnableIndexIntersection
  • setParameter.logLevel
  • setParameter.newCollectionsUsePowerOf2Sizes
  • setParameter.releaseConnectionsAfterResponse
  • setParameter.textSearchEnabled
  • setParameter.ttlMonitorEnabled
  • sharding.clusterRole
  • sharding.configDB
  • storage.dbPath
  • storage.directoryPerDB
  • storage.journal.commitIntervalMs
  • storage.journal.enabled
  • storage.nsSize
  • storage.preallocDataFiles
  • storage.quota.maxFilesPerDB
  • storage.quota.enforced
  • storage.smallFiles
  • storage.syncPeriodSecs
  • systemLog.destination
  • systemLog.logAppend
  • systemLog.path
  • systemLog.quiet
  • systemLog.timeStampFormat
  • systemLog.verbosity

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
  • vv