From 27fcad22f08ea93974b1b1dca3a36ed717e7f376 Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 10 Dec 2016 17:03:40 +0100 Subject: [PATCH] updated to new location --- contrib/munin/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/contrib/munin/README.md b/contrib/munin/README.md index 4e171026..0942c861 100644 --- a/contrib/munin/README.md +++ b/contrib/munin/README.md @@ -1,5 +1,5 @@ -# ebusd-munin -Collection of munin plugins (see http://munin-monitoring.org/) related to ebusd (see http://github.com/john30/ebusd/). +# Munin plugins +This is a collection of munin plugins (see http://munin-monitoring.org/) related to ebusd. These plugins can easily be used to feed a 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. @@ -7,10 +7,9 @@ Personally, I use them for checking mainly temperatures, pressures and earned en # 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 - - sudo cp ebusd-munin/ebusd_ /usr/share/munin/plugins/ + - sudo cp ./ebusd_ /usr/share/munin/plugins/ - sudo munin-node-configure --shell - run all "ln -s" commands printed by munin-node-configure and containing "ebusd_" - sudo service munin-node reload -that's it. +