Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 664 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 664 Bytes

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:

git clone "https://github.com/Loksly/monitorjs"
cd monitorjs
npm install
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.

npm i -g pm2
pm2 start --name monitorjs index.js
pm2 save
pm2 status