Monitors
Monitors define what Beacon checks and how often. Each monitor can use different check types and be monitored from multiple regions.Creating Monitors
HTTP Monitor
The most common type - checks that a URL returns the expected status code.SSL Monitor
Monitors SSL certificate validity and expiry.DNS Monitor
Checks DNS resolution and propagation.TCP Monitor
Checks raw TCP port connectivity.Check Intervals
| Interval | Best For |
|---|---|
| 30s | Critical production APIs |
| 60s | Standard monitoring |
| 300s | Lower priority services |
| 3600s | SSL certificate checks |
Regions
Beacon checks from multiple global regions to avoid false positives from network issues.| Region | Location |
|---|---|
nyc | New York, USA |
london | London, UK |
singapore | Singapore |
sydney | Sydney, Australia |
frankfurt | Frankfurt, Germany |
Advanced Options
Body Content Check
Verify the response body contains expected content:Custom Headers
Add authentication or custom headers:Request Method
Use different HTTP methods:Monitor States
| State | Description |
|---|---|
up | All checks passing |
degraded | Some regions failing |
down | All regions failing |
paused | Monitoring disabled |
maintenance | In maintenance window |