Pi dashboard

Pi Dashboard (Pi Dashboard) is an open source IoT device monitoring tool. It currently mainly targets the Raspberry Pi platform and is compatible with other Raspberry Pi hardware products as much as possible. You only need to install the PHP server environment on the Raspberry Pi, you can easily deploy a Pi dashboard, and monitor the status of the Raspberry Pi through the cool WebUI!

Currently, the monitoring projects that have been joined are:

  • Real-time data such as basic CPU information, status and usage rate

  • Real-time data used by memory, cache, and SWAP partition

  • SD card (disk) occupancy

  • Real-time load data

  • Implementation process data

  • Real-time data of the network interface

  • Raspberry Pi IP, running time, operating system, HOST and other basic information


Dashboard preview

GitHub deployment
If you know the basic operation of GitHub, it will be very convenient to download this project to Pi through GitHub.

#如果已安装过 git 客户端可以跳过下一行
sudo apt-get install git
cd /var/www/html
sudo git clone https://github.com/spoonysonny/pi-dashboard.git

You can  http://树莓派IP/pi-dashboard access the deployed Pi Dashboard.

Similarly, if the page cannot be displayed, you can try to add run permissions to the source code on the Raspberry Pi terminal. For example /var/www/html/pi-dashboard, if the path is after you upload  , run it.

cd /var/www/html
sudo chown -R www-data pi-dashboard

Link table

 

Guess you like

Origin blog.csdn.net/hailangnet/article/details/104720141