node-rpi-monit

Light nodejs raspberry pi monitor (cpu, mem, temp, network etc)

GPL-2.0 License

Stars
37

node-rpi-monit

Light nodejs raspberry pi monitor (cpu, mem, temp, network etc)

  1. Install nodejs on the Raspberry using the pre-compiled binairies and redis
  2. Start redis using your own conf file or the one in this repo (just daemonized the process)
  3. Clone this repository and npm install
  4. Install pm2 npm i pm2 -g
  5. Run the app pm2 start app.js
  6. you might want to add it to the update-rc.d pm2 startup

Dashboard

Configuration

Open http://PI_IP:3000.

Enjoy !