Commit Graph

39 Commits

Author SHA1 Message Date
Jeremías a542895c0f fix mongo_collection_ load of mongodb_uri env var 2021-07-14 22:03:52 +02:00
Kim B. Heino b1251d0c11 mongodb_multi: use perlpod documentation format 2021-03-31 21:11:28 +02:00
Kim B. Heino f2f292f192 mongodb: add new multigraph plugin to monitor MongoDB 2021-03-31 21:11:28 +02:00
Jeremías 4af69a6d07 mongo_mem: unify default category (db) 2021-03-25 12:41:50 +01:00
Jeremías a9313615c8 mongo_ops configurable graph_category 2021-03-25 12:41:50 +01:00
Jeremías 4168c1647b mongo_mem configurable graph_category 2021-03-25 12:41:50 +01:00
Jeremías 6dba67187e mongo_lag configurable graph_category 2021-03-25 12:41:50 +01:00
Jeremías f5900290d6 mongodb_docs configurable graph_category 2021-03-25 12:41:50 +01:00
Jeremías dca094317a mongodb_conn configurable graph_category 2021-03-25 12:41:50 +01:00
Jeremías 105ff59c11 mongo_collection_ configurable graph_category 2021-03-25 12:41:50 +01:00
Jeremías 7fd554f04b mongo_collection_ load env.MONGO_DB_URI 2021-03-18 14:33:22 +01:00
Jeremías bc55ce69fc try to be consistent with doc format 2021-03-18 14:33:22 +01:00
Jeremías 95e525db5a mongo_lag load env.MONGO_DB_URI 2021-03-18 14:33:22 +01:00
Jeremías 6ee90f2ee4 mongodb_conn load env.MONGO_DB_URI 2021-03-18 14:33:22 +01:00
Lars Kruse 4387edfa8c Plugin mongo_btree: migrate to Python3, format documentation 2020-11-26 02:20:06 +01:00
Lars Kruse c6f88968d1 Improve perlpod formatting for multiple plugins
Escpecially the final marker ("=cut") was missing in these plugins.
2020-10-06 00:29:38 +02:00
Lars Kruse 8713eb3722 Fix spelling mistakes in comments and descriptions
Thanks, codespell!
2020-03-26 04:23:21 +01:00
Alban 276169a6c9
Update mongodb plugins
* Update mongodb plugins
* fix category
* chmod +x
* flake8-CI
* flake8 adjustments for mongo_collection_ and env python3
2020-02-13 16:11:16 +01:00
Alban 0a4891fcef Add new mongodb plugins
* mongo_cpu_ram
* mongodb_conn
* mongodb_cpu
* mongodb_ram
2020-01-25 01:28:33 +01:00
Alban 1357b8189e Update mongo_lag 2019-12-16 00:56:20 +01:00
Alban 923e134dd0 Update mongo_lag 2019-12-16 00:56:20 +01:00
Alban 8fc3d29dd6 Update mongo_lag
Fix mongo_lag plugin and add auth feature
2019-12-16 00:56:20 +01:00
Lars Kruse 17f784270a Whitespace cleanup
* remove trailing whitespace
* remove empty lines at the end of files
2018-08-02 02:33:25 +02:00
Lars Kruse 7c62b9b6de added executable permission for multiple plugins 2018-03-09 00:18:30 +01:00
dipohl 99542938b1 Reduce number of categories 2017-02-23 20:45:01 +01:00
sumpfralle 4cc124fdab Merge pull request #724 from nichok/master
Fix for pymongo > 3.0 and connection support of MongoClient only
2016-11-05 12:42:27 +01:00
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
Takuya Matsuyama 68d23cce86 Fix bug where can't read lock ratio 2015-10-09 22:10:39 +09: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