A free, efficient and open source status monitoring solution. You can selfhost StatusMonitor Client to show some stats to this page.
WIP.
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.
There are no known issues at the moment.
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
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
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