Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 744 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 744 Bytes

Munin plugins for CouchDB

Some simple plugins that collect data from couchdb stats.

Dependencies

  • Node.js >= 0.2.0
  • Cradle >= 0.2.2
  • CouchDB >= 1.0.1

Installation

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