sensu-plugins / sensu-plugins-mongodb

This plugin provides native MongoDB instrumentation for monitoring and metrics collection, including: service health, database connectivity, replication lag/status, `oplog` monitoring, collection-specific metrics, and more.
http://sensu-plugins.io
MIT License
9 stars 41 forks source link

Update metrics-mongodb.rb to add SSL mode #2

Closed FlorinAndrei closed 7 years ago

FlorinAndrei commented 9 years ago

Added SSL connection options for when the DB only allows SSL.

FlorinAndrei commented 9 years ago

This exact same code passed Travis in the other repo:

https://github.com/sensu/sensu-community-plugins/pull/1094

rmc3 commented 9 years ago

@FlorinAndrei Looks like this repository hasn't had a Gemfile added yet. I've added that now, waiting to see if the tests pass.

Once we have passing tests, please rebase on master and your tests should be more accurate.

mattyjones commented 9 years ago

@FlorinAndrei

If you rebase this should pass, sorry for the wait.

eheydrick commented 8 years ago

I think the tests will pass now. Would you mind updating the CHANGELOG under unreleased and we'll merge this.

mattyjones commented 8 years ago

@FlorinAndrei

Do you still want to tackle this?

eheydrick commented 7 years ago

Closing due to age. Please rebase if this is still useful.