All Projects → soyuka → node-rpi-monit

soyuka / node-rpi-monit

Licence: GPL-2.0 license
Light nodejs raspberry pi monitor (cpu, mem, temp, network etc)

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

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

Node Rpi Monitoring dashboard

Configuration

Open http://PI_IP:3000.

Enjoy !

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].