fast-monitor
v1.0.20
Published
Fast monitoring solution for Linux server
Downloads
5
Readme
FAST-MONITOR
Fast-monitor executes the configured commands and returns the output in HTML format. Quick and easy!
Install
npm install fast-monitor -g
Setup
Edit the '/usr/etc/fast-monitor.js' file to add custom commands
commands: [
["uname -a","System information"],
["date","System date"],
["...","..."],
]
Run
fast-monitor
Monitor
Open the following url in the browser:
http://your-server-address:1800