Skip to content

Create your first monitor

Create, test, and activate a website monitor in a few minutes, then confirm your first scheduled result.

Intro · 6 min
  • Requires monitors:manage

Prerequisites

  • An organization
  • A publicly reachable HTTPS URL

Outcome

A website monitor is active and running scheduled checks against a real URL, and you have seen its first result.

Before you start

  • You need the monitors:manage permission (Owner, Admin, or Member).
  • Use a public HTTPS endpoint. Fajita cannot reach private networks or localhost.

Steps

  1. Open the new monitor wizard

    Go to Monitors, then New monitor, and choose Website.

  2. Enter the URL

    Use the full address, including the scheme.

    Example URL
    https://example.com/health
  3. Set the check interval

    Choose how often Fajita checks. Intervals run from every minute to every hour. A faster interval detects problems sooner and uses more of your check volume.

  4. Test before you save

    Run a manual test. Fajita performs one real check and shows the response, timing, and whether each assertion passed. Fix anything red before saving.

  5. Activate

    Save and activate the monitor. It moves from draft to active and begins its schedule.

Verify the setup

  1. Wait for the first scheduled check to complete.
  2. Open the monitor's history and confirm a success result appears.
  3. Confirm the response time and status code match what you expect.

What happens next

Connect a channel so a confirmed failure reaches you: Connect an alert channel.

Common problems

  • Destination blocked: the URL resolves to a private address. See Why was my check blocked?.
  • Unexpected status: confirm the endpoint returns a success code without authentication, or add an auth header.

Was this page helpful?