Hello,
I am looking for a way to check HTTP(S) uptime and display it on a graph. I don’t need the uptime check to be external to the container or any fancy checks. All I care about is if whether the site is up or down (for now).
I saw worldPing however that is a paid service and not quite what i’m looking for. There are a lot of free monitoring services that provide this check but want it to be displayed in Grafana.
I thought about building my own tool but don’t really want to go that route if something already exists.
Thanks for the help.
- KL