项目作者: Loksly

项目描述 :
Another tool to monitor filesystem, CPU usage and memory status on real time for several servers
高级语言: JavaScript
项目地址: git://github.com/Loksly/monitorjs.git
创建时间: 2015-04-22T10:28:05Z
项目社区:https://github.com/Loksly/monitorjs

开源协议:MIT License

下载


Another tool to monitor filesystem, CPU usage and memory status on real time for several servers

MonitorJS capture

Keywords:
angularjs, nodejs, jquery, bootstrap, realtime, dashboard, filesystem, cpu, ram.

To deploy follow these instructions:

  1. git clone "https://github.com/Loksly/monitorjs"
  2. cd monitorjs
  3. npm install
  4. node index.js

You may want to change the list of servers you want to track at public/config.json file.

To use pm2 is also recommended for deployment.

  1. npm i -g pm2
  2. pm2 start --name monitorjs index.js
  3. pm2 save
  4. pm2 status