server-monitoring
v0.3.0
Published
Gives live monitoring data about disk / memory usage / apache / ssh and more
Downloads
1
Readme
Server Monitoring
Gives live monitoring data about memory usage / apache / ssh and more
install
npm install server-monitoring
config
cp config.exemple.json config.json
and personalize it
start
node server.js
you can also run it as a service with "forever" or another daemon tool.
forever start server.js
go to this url : http://user:password@server:3000