Monitorize your Raspberry Pi Requirements python3-requests python3-pymysql python3-paramiko >= 2.5 (version 2.4 da errores CryptographyDeprecationWarning) Install: $ cd /usr/src $ git clone https://github.com/atareao/monitoriza_tu_raspberry.git $ cd monitoriza_tu_raspberry $ chmod +x *.sh $ sudo ./install.sh Update: $ cd /usr/src/monitoriza_tu_raspberry $ git pull $ chmod +x *.sh $ sudo ./update.sh Uninstall: $ cd /usr/src/monitoriza_tu_raspberry $ sudo ./uninstall.sh Note: If no parameter is specified "/etc/watchful" is not erased. If you want a full uninstall must add the "-a" parameter. Note: on uninstall, dependencies aren't removed. You must remove by hand.