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