@dbtechyt
Recently I have found: Gatus
A simple status page solution. There are many like this out there but Gatus is very simple to configure (just a YAML configuration file) and it's very easy to deploy, just a Docker image or single Go binary, as you like.
It offers a nice status page without any bloat but still let you configure checks beyond classic ping or HTTP get checks.
One of such extras is checking the expiration time of a TLS certificate sent by the monitored HTTP server. Very handy and super easy to configure.
(The developer provides Gatus as FOSS but also as a hosted solution in case you do not want to deploy it yourself)
https://github.com/TwiN/gatus
#Gatus #SelfHosting #Status-Page #uptime