Thank you very much for the recommendations, which I have tried to monitor from the local network, I liked the following:
RPI-Monitor in a light and interesting tool with everything you need, I still have to study how to configure it correctly.
RPI-Monitor GPLv3
Code: Select all
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
sudo /etc/init.d/rpimonitor update
Open:
http://192.168.1.X:8888
https://github.com/XavierBerger/RPi-Monitor
<----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
I was also surprised by
Netdata, beautiful and very functional.
Netdata GPLv3+
Code: Select all
sudo apt-get install netdata
sudo systemctl enable netdata
sudo systemctl start netdata
sudo nano /etc/netdata/netdata.conf
bind socket to IP = 192.168.1.X
sudo systemctl restart netdata
Open:
http://192.168.1.X:19999
https://github.com/netdata/netdata
Thanks