mongodb_conn configurable graph_category
mongo_collection_ configurable graph_category
mongo_collection_ load env.MONGO_DB_URI
try to be consistent with doc format
mongo_lag load env.MONGO_DB_URI
mongodb_conn load env.MONGO_DB_URI
Plugin mongo_btree: migrate to Python3, format documentation
Improve perlpod formatting for multiple plugins
Escpecially the final marker ("=cut") was missing in these plugins.
Fix spelling mistakes in comments and descriptions
Thanks, codespell!
Update mongodb plugins
Add new mongodb plugins
Update mongo_lag
Fix mongo_lag plugin and add auth feature
Whitespace cleanup
added executable permission for multiple plugins
Reduce number of categories
Merge pull request #724 from nichok/master
Fix for pymongo > 3.0 and connection support of MongoClient only
added mongodb URI for configuration
defining settings_mongodb_uri will override settings_host and settings_port
Fix for pymongo > 3.0 and connection support of MongoClienthttps://api.mongodb.com/python/current/changelog.html#mongoclient-changes
Fix for pymongo > 3.0 and connection support of MongoClient onlyhttps://api.mongodb.com/python/current/changelog.html#mongoclient-changes
Fix bug where can't read lock ratio
mongo_collection_ to track per-database statistics
Modified version of plugins from https://github.com/pcdummy/mongomon that composes all the plugins into one script.It works fine, but still leaves a room for future improvement if anyone is interested.
coerce lockTime to float type
otherwise we'll always get 0 from integer division.
Fix indexcounters and globallock in 2.2 and 2.4 version
Merge pull request #194 from jdponomarev/patch-1
Update plugins/mongodb/mongo_lag
fixed bug for python 2.6 and for replica sets with arbiters
fixed pymongo connection - now allows to connect to a port different from 27017
Simplify graph logic, don't use a multigraph
Initial commit of mongo_lag
- have some dirs