A free, efficient and open source status monitoring solution. You can selfhost StatusMonitor Server to export your machine's stats on an awesome status page.
WIP.
This project can currently monitor the RAM, CPU and Disk usage along with the system's load value and the system's uptime. This works perfectly on dedicated servers, VPSes, VMs and Docker containers. You can use StatusMonitor Process to monitor a NodeJS process' stats with ease.
There are no known issues at the moment.
You can easily setup StatusMonitor Client 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-Client .
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-Client/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-Client/main/Uninstall.sh | sh