オートメーション構成ファイル内の 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.