2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00
Commit Graph

12 Commits

Author SHA1 Message Date
Nico Casar Gonzalez
9121b90ee0 added mongodb URI for configuration
defining settings_mongodb_uri will override settings_host and settings_port
2016-08-18 19:27:04 -03:00
Nico Casar Gonzalez
887063d53c Fix for pymongo > 3.0 and connection support of MongoClient
https://api.mongodb.com/python/current/changelog.html#mongoclient-changes
2016-06-15 00:28:38 -03:00
Nicolas Casar Gonzalez
d1ca98563b Fix for pymongo > 3.0 and connection support of MongoClient only
https://api.mongodb.com/python/current/changelog.html#mongoclient-changes
2016-06-14 15:23:56 -03:00
Foxlik
22621b6a8b 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.
2015-04-17 12:50:25 +02:00
代码之力
96116a460b coerce lockTime to float type
otherwise we'll always get 0 from integer division.
2014-04-30 10:48:44 +08:00
Dimitri Savineau
271a38f0ba Fix indexcounters and globallock in 2.2 and 2.4 version 2013-05-13 16:54:57 -04:00
Kenyon Ralph
7e30ed6457 Merge pull request #194 from jdponomarev/patch-1
Update plugins/mongodb/mongo_lag
2012-09-30 11:10:26 -07:00
jdponomarev
ea5dde3fb4 Update plugins/mongodb/mongo_lag
fixed bug for python 2.6 and for replica sets with arbiters
2012-09-25 12:51:21 +04:00
jdponomarev
c854b3b70d Update plugins/mongodb/mongo_lag
fixed pymongo connection - now allows to connect to a port different from 27017
2012-09-25 12:32:26 +04:00
Stefan Andersen
6f7f6a096a Simplify graph logic, don't use a multigraph 2012-07-11 10:21:33 +02:00
Stefan Andersen
1199e0d04b Initial commit of mongo_lag 2012-07-10 16:49:18 +02:00
Steve Schnepp
08346aac58 - have some dirs 2012-02-13 18:24:46 +01:00