Alirghty gamers, I've launched a new product: Monitor Monkey
It's the easiest way to monitor your Linux servers. Everything that runs server side is open source, very quick and very easy to install. It's written in go so it works everywhere. Very cool.
The first server is free, from then it's the cheapest monitoring you will find on the internet.
All it does is monitor your servers, it will alert you if the agent stops responding. It also collects metrics about your server, your services running, disks, load ram, interface usage and all that jazz.
Check it out if you like :)
Oh if you run a company and want to host this yourself send me an email and we shall work something out, very good price just for you my friend.
Tech
I'm using Django Rest Framework for the api, Django templates with HTMX for the frontend, Postgres for the database and Go for the agent. The agent has a pretty cool way of auto updating in the response to its requests, so you can configure the agent in the frontend if you need to and it'll tell the agent what to do when it next checks in.