dcu / mongodb_exporter

MongoDB exporter for prometheus.io
MIT License
356 stars 216 forks source link

Mongo SSL support #74

Open jonathan-kosgei opened 7 years ago

jonathan-kosgei commented 7 years ago

I have the following mongo url

mongodb://user:pass@10.136.50.63,10.136.68.125,10.136.67.178:27017/admin?replicaSet=demo-rs0&ssl=true

This however gives me the error

connection.go:35] Cannot connect to server using url "mongodb://user:pass@10.136.50.63,10.136.68.125,10.136.67.178:27017/admin?replicaSet=demo-rs0&ssl=true" : unsupported connection URL option: ssl=true

Is it possible to connect to a mongo replicaset with ssl enabled?

ryanwaldron commented 6 years ago

Would love to see this. Using Mongo Atlas and SSL is required for connection.