rpi-monitor

Each Raspberry Pi on my network should provide a status page.

RPi-Monitor provides the features I would like to see and is linked to the embedded linux website, which implies it is reliable and maintained.

By default, Kodi/OSMC systems provide a status page and rpi-monitor is not needed.

Requirements:

Rasppbery Pi running raspbian and with a web server installed and hostname:

♣hostname♣

Step 1. RPi-Monitor

Follow the link in the Step and the instructions

Step 2. Set up network monitoring for Wi-Fi

On the Raspberry Pi, run the following command and find the interface being used:

$ ifconfig

If wlan0 if used, then run the following commands (if eth0 is used then skip to Step 3):

$ cd ~/.

$ wget "https://raw.githubusercontent.com/dumbo25/garageDoorOpener2/main/network.conf"

$ mv network.conf /etc/rpimonitor/template/network.conf/.

Step 3. Restart Service

Run the command

$ sudo service rpimonitor restart

Step 4. Refresh web page

In a browser, refresh

http://♣hostname♣.local:8888/#

Alternatives

Prometheus might be a good alternative to rpi-monitor