Some simple plugins that collect data from couchdb stats.
- Node.js >= 0.2.0
- Cradle >= 0.2.2
- CouchDB >= 1.0.1
Clone this repository and link the plugins to /etc/munin/plugins/.
git clone git://github.com/teemow/munin-plugin-couchdb.git /path/to/my/repository
sudo ln -s /path/to/my/repository/couchdb_* /etc/munin/plugins/
This assumes that node is in your PATH and that the cradle package is installed in a vendor directory.
cd /path/to/my/repository
npm bundle vendor
If node is eg installed in /usr/local/ – add this to /etc/munin/plugin-conf.d/munin-node.
[couchdb_*]
user root
env.PATH /usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin