I’m just getting started with piaware - I was using a pi2 (which got too hot and died) and now I’m trying a Zero W with a heatsink. I run headless, without ssh enabled and I’d like to monitor the cpu temp (load would be nice too) - could I add this somehow to skyview ? Or add some other package that could allow remote monitoring of the pi ?
1 Like
Thank you
That will fit the bill exactly.
1 Like
.
sudo apt-get install dirmngr
.
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2C0D3C0F
.
sudo wget http://goo.gl/vewCLL -O /etc/apt/sources.list.d/rpimonitor.list
.
sudo apt-get update
.
sudo apt-get install rpimonitor
.
4 Likes
Nice little utility to have. Easy install with abcd567 instructions. Thanks for the suggestion.
Glenn
