first version with combined plugin for pressure, temperature, and power

This commit is contained in:
john30
2016-12-10 16:52:10 +01:00
parent b4b41afdcf
commit ccb9d45a3c
2 changed files with 50 additions and 4 deletions
+4 -4
View File
@@ -8,9 +8,9 @@ Personally, I use them for checking mainly temperatures, pressures and earned en
- 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 cp ebusd-munin/plugins/* /usr/share/munin/plugins/
- sudo munin-node-configure --shell
- run all "ln -s" commands printed by munin-node-configure
- run all "ln -s" commands printed by munin-node-configure and containing "ebusd_"
- sudo service munin-node reload
- that's it
that's it.