This template continuously monitors the availability of URLs through scheduled HTTP GET requests.
A request is made every minute to check if the URL is online. If the request fails, a second attempt is scheduled 2 minutes later to reduce false positives.
If the second attempt also fails, an alert email is automatically sent โ and will continue to be sent every hour until the URL responds successfully (HTTP status 200). This approach ensures fast response to outages and provides reliable monitoring for your systems or online services.
Ideal for monitoring the health and uptime of APIs, web services, critical application endpoints, or any online resource where high availability and quick failure detection are essential.
This template helps ensure your systems remain responsive and reliable by providing early alerts and continuous status checks, making it a valuable tool for operations, SRE, and dev teams.