Closed dalanmiller closed 11 years ago
Probably it is because of MongoDB version. I have not tested replicaSets except 2.0. Which version are you using? If it is an old version can you sent me output of "rs.status()" command. It is hard to find changes in old documentation of MongoDB.
You can use the tool by adding "replicaSet = off" to your motop.conf.
We do not use replica sets anymore. I would appreciate it you can test it.
Hello!
I just read about motop on the mongodb website and wanted to give it a try.
When trying to connect to an internal VM running MongoDB on a non-standard port such as
hostname:27108
, I get the error below. Not sure if the setup is the reason why it's failing or perhaps a newer version of Pymongo?