Skip to content

Instantly share code, notes, and snippets.

@viegelinsch
Created February 20, 2015 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viegelinsch/4c09678c84cdb7f57676 to your computer and use it in GitHub Desktop.
Save viegelinsch/4c09678c84cdb7f57676 to your computer and use it in GitHub Desktop.
install pisense_ Raspberry Pi Munin monitoring
## Installation of https://github.com/perception101/pisense
sudo su -
mkdir /opt/munin-plugins
wget https://raw.githubusercontent.com/perception101/pisense/master/pisense_ -O /opt/munin-plugins/pisense_
chmod 0755 /opt/munin-plugins/pisense_
ln -s /usr/share/munin/plugins/pisense_ /etc/munin/plugins/pisense_clock
ln -s /usr/share/munin/plugins/pisense_ /etc/munin/plugins/pisense_volt
ln -s /usr/share/munin/plugins/pisense_ /etc/munin/plugins/pisense_temp
service munin-node restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment