From 0bb4e91ae9709a90b47179092f8ac3a5f5d04e56 Mon Sep 17 00:00:00 2001 From: john30 Date: Mon, 26 Jan 2015 22:49:45 +0100 Subject: [PATCH] Update README.md --- contrib/munin/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/contrib/munin/README.md b/contrib/munin/README.md index d4a9b795..6bade59e 100644 --- a/contrib/munin/README.md +++ b/contrib/munin/README.md @@ -1,2 +1,15 @@ # ebusd-munin Collection of munin plugins related to ebusd. +These plugins can easily be used to feeda munin node with data from a local ebusd instance. +Personally, I use them for checking mainly temperatures, pressures and earned energy of my heatpump. Looking at the graphs produced by munin I find it rather easy to know what's going on in the heatpump. + +# Installation: +- prerequisite is of course a running munin installation on the local host +- to install the plugins: + - git checkout https://github.com/john30/ebusd-munin.git + - chmod a+x ebusd-munin/plugins/* + - sudo cp ebusd-munin/plugins/* /etc/munin/plugins + - sudo munin-node-configure --shell + - run all "ln -s" commands printed by munin-node-configure + - sudo service munin-node reload + - that's it