Historique | Voir | Annoter | Télécharger (1,79 ko)
Fix for pymongo > 3.0 and connection support of MongoClient onlyhttps://api.mongodb.com/python/current/changelog.html#mongoclient-changes
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