StatusMonitor Server
A free, efficient and open source status monitoring solution. You can selfhost StatusMonitor Client to show some stats to this page.
Last updates
2.0
WIP.
Features
This project can currently show you a system's status (monitored with StatusMonitor Client) on a fancy status page. You can also use StatusMonitor Process to monitor a NodeJS process' stats with ease.
Known issues
There are no known issues at the moment.
Setup
You can easily setup StatusMonitor Server in 3 steps! (Or alternatively use the install script below this).
Step one: clone the repo: make sure to do this in an empty directory!
git clone https://github.com/DottoXD/StatusMonitor-Server .
Step two: install every dependency!
npm install
Step three: start the server!
npm run start:prod
Install script
Click here! Note: The script should work just fine, but make sure to open an issue or a pull request if you find any bugs!
wget -O - https://raw.githubusercontent.com/DottoXD/StatusMonitor-Server/main/Install.sh | sh
Uninstall script
Click here! Note: The script should work just fine, but make sure to open an issue or a pull request if you find any bugs!
wget -O - https://raw.githubusercontent.com/DottoXD/StatusMonitor-Server/main/Uninstall.sh | sh