Http(s) status monitoring

*Grafana 8.3.2

  • I am trying to achieve basic monitoring http(s) site statuses. I want to know only if a site is up or down.
    *I installed Grafana with AWS Cloudwatch on my local server. To do this I’ve found only Synthetic Monitoring Plugin but it is not free and needs integration with Grafana Cloud.

Could you please suggest what can I use to solve my problem?

Have you tried using Prometheus? Prometheus has a built-metric called up{} where every time it scrapes an endpoint, it returns 1 for up and 0 for down.

You should also check out loki for status codes:

https://play.grafana.org/d/T512JVH7z/loki-nginx-service-mesh-json-version?orgId=1

1 Like

Many thanks! I will try it!

1 Like