自动化配置文件中的 processes.<args>对象指定每个MongoDB实例的配置选项。 支持的设置取决于MongoDB的版本。
processes.args2_6对象接受 MongoDB 2.6及更高版本的大多数 MongoDB 设置和参数。 使用 YAML格式化此对象。 要查看 MongoDB 配置YAML的示例,请参阅 MongoDB 手册中的配置文件选项。
重要
与安全相关的特定设置,例如 LDAP 设置、与证书颁发机构相关的 TLS 设置以及身份验证设置,在项目级别进行托管,并且在导入自动化后可能会被覆盖。
警告
Ops Manager automation doesn't support or validate the following settings. Using them could cause deployment failure or downtime.
net.unixDomainSocket options such as
net.unixDomainSocket.enabled,net.unixDomainSocket.pathPrefix, andnet.unixDomainSocket.filePermissions.Ops Manager automation rejects deployments that contain internal settings such as
__execand__rest.
If you require these settings, you must manage the deployment manually without Ops Manager.