Add info about lack of SSL support in mongo tools and requirement for running mongo-summary as root

This commit is contained in:
azhebel
2017-02-17 22:25:06 +03:00
parent 051c6706b1
commit 3da2dcb132
2 changed files with 11 additions and 0 deletions

View File

@@ -24,6 +24,10 @@ The fingerprint is calculated as a sorted list of keys in the document
with a maximum depth level of 10. with a maximum depth level of 10.
By default, the results are sorted by ascending query count. By default, the results are sorted by ascending query count.
.. note:: ``pt-mongodb-query-digest`` cannot collect statistics
from MongoDB instances that require connection via SSL.
Support for SSL will be added in the future.
Options Options
------- -------

View File

@@ -20,6 +20,13 @@ it will try to connect to ``localhost`` on port ``27017``.
The program collects information about MongoDB instances The program collects information about MongoDB instances
by running administration commands and formatting the output. by running administration commands and formatting the output.
.. note:: ``pt-mongodb-summary`` requires to be run by user
with the ``clusterAdmin`` or ``root`` built-in roles.
.. note:: ``pt-mongodb-summary`` cannot collect statistics
from MongoDB instances that require connection via SSL.
Support for SSL will be added in the future.
Options Options
------- -------