Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Latest commit

 

History

History
56 lines (38 loc) · 1.22 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.22 KB

munin2es

An interface between Munin and Elasticsearch, to allow indexing Munin metrics using Elasticsearch.

Dependencies

Building

No building is required to use munin2es. To build a Debian package, perform the following steps:

  1. apt-get install ubuntu-dev-tools debhelper dh-exec

From here you can either build the package with pbuilder-dist:

  1. make -f debian/Makefile pbuild_create
  2. make -f debian/Makefile pbuild_update
  3. make -f debian/Makefile source_no_sign
  4. make -f debian/Makefile pbuild CHANGES=../munin2es_xxxx_.dsc
  5. look for the resulting .deb in ~/pbuilder/saucy_result

Or directly using dpkg-buildpackage

  1. make -f debian/Makefile package

Installing

Either use the methods described above to build your own package, or install it from my PPA.

  1. add-apt-repository ppa:lordgaav/munin2es
  2. apt-get update && apt-get install munin2es

Using

Man page