Create New Check

Configure monitoring definition

Cancel
No groups yet — every check must belong to a group. Create a group on the Checks page first.

Base Configuration

Current schedule: Every 5 minutes

Format: minute hour day month weekday (5 fields) — add a seconds field at the front for 6 fields.

*/30 * * * * *Every 30 seconds (6 fields) */10 * * * * *Every 10 seconds * * * * *Every minute */5 * * * *Every 5 minutes 0 * * * *Every hour 0 */2 * * *Every 2 hours 0 9 * * *Daily at 09:00 0 9 * * 1-5Mon–Fri at 09:00

Notifications (optional)

FastUNB template ids for this check — leave blank to skip email. Recipient is set globally in Settings.


Definition

Headers

Assertions

Definition JSON (preview)
{
  "name": "",
  "group_id": "",
  "type": "http",
  "enabled": true,
  "schedule": "*/5 * * * *",
  "timeout_ms": 30000,
  "threshold": 3,
  "alert_template_id": null,
  "recovery_template_id": null,
  "definition": {
    "url": "https://api.example.com/health",
    "method": "GET",
    "asserts": [
      {
        "type": "status",
        "expected": 200
      }
    ]
  }
}