Configure Monitors

In this step, you define the endpoint checks shown on your status page.

Fields in the wizard

FieldDescription
NameDisplay name shown on the status page
TargetURL (https://...) for HTTP methods, or host:port for TCP_PING
MethodGET, POST, HEAD, or TCP_PING
Expected StatusExpected HTTP status code for HTTP checks

The wizard also includes a Test Endpoint action so you can validate checks before deploying.

How scheduling works

FlareWatch deploys one monitor worker with a single cron schedule. In the current deployment flow, checks run every 5 minutes (*/5 * * * *).

Per-monitor intervals are not configured in the wizard today. If you need different schedules, customize the deployed runtime directly.

Where results are stored

Check state/history is stored in the flarewatch-state KV namespace in your Cloudflare account. The status page worker reads that state to render current health, latency trends, and incidents.

When monitors are ready, continue to branding.