mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-16 02:38:44 +00:00
MongoDB instance configs now disable risky FTDC which crashed the "my" replica's DB
This commit is contained in:
+3
-1
@@ -14,4 +14,6 @@ systemLog:
|
||||
path: "/var/log/mongodb/archive.log"
|
||||
replication:
|
||||
replSetName: "archive"
|
||||
|
||||
# Disable FTDC to avoid crashes
|
||||
setParameter:
|
||||
diagnosticDataCollectionEnabled: false
|
||||
|
||||
+3
-1
@@ -14,4 +14,6 @@ systemLog:
|
||||
path: "/var/log/mongodb/hidden-live-replica.log"
|
||||
replication:
|
||||
replSetName: "live"
|
||||
|
||||
# Disable FTDC to avoid crashes
|
||||
setParameter:
|
||||
diagnosticDataCollectionEnabled: false
|
||||
|
||||
+3
-1
@@ -14,4 +14,6 @@ systemLog:
|
||||
path: "/var/log/mongodb/slow.log"
|
||||
replication:
|
||||
replSetName: "slow"
|
||||
|
||||
# Disable FTDC to avoid crashes
|
||||
setParameter:
|
||||
diagnosticDataCollectionEnabled: false
|
||||
|
||||
@@ -43,3 +43,6 @@ replication:
|
||||
#auditLog:
|
||||
|
||||
#snmp:
|
||||
# Disable FTDC to avoid crashes
|
||||
setParameter:
|
||||
diagnosticDataCollectionEnabled: false
|
||||
|
||||
Reference in New Issue
Block a user