- Raspberry Pi (Raspbian)
- HIH-6130 Sensor
- Ruby 1.9.3+
git clone https://github.com/makotokw/munin-temperature.git
cd munin-temperature
sudo gem i i2c munin rake
sudo rake install
Added below block to /etc/munin/plugin-conf.d/munin-node
[temperature-hih6130]
user root
You should add user to i2c
group also.
sudo adduser root i2c
sudo rake uninstall
The MIT License (MIT)