An interface between Munin and Elasticsearch, to allow indexing Munin metrics using Elasticsearch.
- python >= 2.7
- python-chaos
- python-configobj
- python-daemon
- python-dateutil
- python-elasticsearch
- python-pika
- python-setproctitle
No building is required to use munin2es. To build a Debian package, perform the following steps:
apt-get install ubuntu-dev-tools debhelper dh-exec
From here you can either build the package with pbuilder-dist:
make -f debian/Makefile pbuild_create
make -f debian/Makefile pbuild_update
make -f debian/Makefile source_no_sign
make -f debian/Makefile pbuild CHANGES=../munin2es_xxxx_.dsc
- look for the resulting .deb in ~/pbuilder/saucy_result
Or directly using dpkg-buildpackage
make -f debian/Makefile package
Either use the methods described above to build your own package, or install it from my PPA.
add-apt-repository ppa:lordgaav/munin2es
apt-get update && apt-get install munin2es