Skip to content

andreaval/fast-monitor

Repository files navigation

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

About

Fast monitoring solution for Linux server

Resources

License

Stars

Watchers

Forks

Packages

No packages published