Skip to content

vsc55/monitoriza_tu_raspberry

 
 

Repository files navigation

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.

About

A simple set of scripts to monitorize your Raspberry

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.4%
  • Shell 2.6%