1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Moved all Raspberry Pi plugins to a common raspberry-pi directory. Removed absolute path in raspi_temp to make the plugin work on Pidora.

This commit is contained in:
Philipp Riegger 2014-10-30 11:03:17 +01:00
parent 5ca92103e5
commit 2d4549f32a
3 changed files with 1 additions and 1 deletions

View file

@ -48,4 +48,4 @@ EOM
exit 0;; exit 0;;
esac esac
echo "temp.value `/opt/vc/bin/vcgencmd measure_temp | sed -n "s/temp=\(.*\)'C/\1/p"`" echo "temp.value `vcgencmd measure_temp | sed -n "s/temp=\(.*\)'C/\1/p"`"