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

cyso/munin2es

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published