Re: Error in Mongo DB Replication_Lag_Percentage monitoring
Posted: Thu Aug 29, 2019 4:47 pm
Hi lmiltchev,
Issues we found after upgrading pymongo has been fixed after downgrading to older version (3.8.0). Now we have lag percentage check issue which is still not resolved.
Please find details you requested.
Q. What document/guide/tutorial you followed to set up the mongodb replication.
A. We used documentation for setting up replication from https://docs.mongodb.com for the version we using.
Q. Number of replica set members
A. Each replica set have 3 members.
Q. Authentication mechanisms
A. For mongo shell login to DB we use username & password. Internally server communication happens with key-based.
# Additional Setup Details.
1 - Infra Hosted on AWS EC2 instance.
2 - We have three server in replication.
3 - Each server hosts two different mogo DB instance.
Attaching DB config file we using for the hosted DB's. hostname & IP's changes according to server rest settings are same.
Issues we found after upgrading pymongo has been fixed after downgrading to older version (3.8.0). Now we have lag percentage check issue which is still not resolved.
Please find details you requested.
Q. What document/guide/tutorial you followed to set up the mongodb replication.
A. We used documentation for setting up replication from https://docs.mongodb.com for the version we using.
Q. Number of replica set members
A. Each replica set have 3 members.
Q. Authentication mechanisms
A. For mongo shell login to DB we use username & password. Internally server communication happens with key-based.
# Additional Setup Details.
1 - Infra Hosted on AWS EC2 instance.
2 - We have three server in replication.
3 - Each server hosts two different mogo DB instance.
Attaching DB config file we using for the hosted DB's. hostname & IP's changes according to server rest settings are same.