We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[[inputs.mongodb]] servers = ["$MONGODB_URL"] gather_perdb_stats = false ## Optional SSL Config ssl_ca = "/ssl/mongodb/ca.pem" ssl_cert = "/ssl/mongodb/cert.pem" ssl_key = "/ssl/mongodb/key.pem" insecure_skip_verify = true
1.6.0
Error indicating the certificate could to be loaded.
Falls back to non-TLS connection
E! Error in plugin [inputs.mongodb]: Unable to connect to MongoDB, no reachable servers
MongoDB server says:
I - [conn380] AssertionException handling request, closing client connection: 17189 The server is configured to only allow SSL connections
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug report
Relevant telegraf.conf:
System info:
1.6.0
Steps to reproduce:
Expected behavior:
Error indicating the certificate could to be loaded.
Actual behavior:
Falls back to non-TLS connection
Additional info:
MongoDB server says:
The text was updated successfully, but these errors were encountered: