Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1006 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 1006 Bytes

Monitorize your Raspberry Pi

Codacy Badge

Requirements

  • python3-requests
  • python3-pymysql
  • python3-paramiko >= 2.5 (version 2.4 da errores CryptographyDeprecationWarning)

Install:

$ cd /usr/src
$ git clone https://github.com/vsc55/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.