Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jochumdev/mongomon
Mongodb monitoring plugins for
https://github.com/jochumdev/mongomon
Last synced: 2 months ago
JSON representation
Mongodb monitoring plugins for
- Host: GitHub
- URL: https://github.com/jochumdev/mongomon
- Owner: jochumdev
- Created: 2010-08-09T00:41:01.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-05-27T09:49:36.000Z (over 10 years ago)
- Last Synced: 2024-05-23T06:50:59.593Z (8 months ago)
- Language: Python
- Homepage:
- Size: 178 KB
- Stars: 23
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mongodb - mongomon - More Munin plugins (Tools / Monitoring)
README
Munin Plugins for MongoDB
============Plugins
----------
* mongo_collcount : Count of documents in multible collections per db
* mongo_collsize : Index, storage and data size per collection
* mongo_indexsize : Index sizes of all collections in a dbRequirements
-----------
* pymongo 2.0+
* MongoDB 1.4+Installation
-----------
Follow the following steps to install these plugins on your munin-node- Copy `mongo_collcount` and `mongo_indexsize` into `/etc/munin/plugins`
- Copy the wildcard plugin `mongo_collsize` to `/etc/munin/plugins/mongo_collsize_`, where `` means the name of the collection you want to monitor, this is case sensetive!- Edit `/etc/munin/plugin-conf.d/plugins`, and add the following:
[mongo_*]
user nobody
env.HOST
env.PORT 27017
env.DB- At last restart munin-node:
sudo /etc/init.d/munin-node restart