Dashboards and Monitors - spaceshiptrip/raspberrypi GitHub Wiki
Getting CPU temperature:
sudo apt-get install lm-sensors
sudo service kmod start
sudo sensors-detect
# show CPU temps every second
watch sensors
Need to research this, it could give more info for RPi:
sudo apt install libraspberrypi-bin
Dashboards:
-
Overall Dashboard should be with Homer:
-
Simple Raspberry Pi Dashboard:
- https://github.com/femto-code/Raspberry-Pi-Dashboard
- It uses HTTPD with PHP, so I won't consider it "modern" but it's got a ton of information if you set up the permissions properly
- I did the installation of other libraries:
sudo apt install libraspberrypi-bin
-
NetData
- Need to check this out for my windows machine:
-
Ward
- Looks simple
- Need to add temperature dashboard
- https://github.com/B-Software/Ward
-
SocialAccess Dashboard
- It looks like it can also be used for Minecraft server health
- https://github.com/SocialAccess/server-dashboard