Uptime monitoring
Creating HTTP monitors
URL monitoring with response validation.
Overview
HTTP monitors check website and API availability by making HTTP GET requests and validating responses. They verify that the server returns a successful response (status 200-299).
Creating an HTTP monitor
- Navigate to Uptime in the sidebar
- Click Create monitor
- Select HTTP/HTTPS as the monitor type
- Enter the target URL (include
https://orhttp://) - Configure the settings below
- Click Create monitor
Configuration options
- Name: A descriptive name for the monitor (max 50 characters)
- URL: The full URL to monitor (must include protocol)
- Check interval: How often to check (15 seconds to 30 minutes)
- Ignore TLS errors: Skip SSL certificate validation if needed
Response validation
You can validate API response content using these options:
- Match method: How to compare: equal, include, or regex
- Expected value: The value to match against
- JSON path: JMESPath expression to extract data from JSON responses
HTTP monitors check for successful responses (status 200-299). The monitor uses GET requests by default.