Create check
create_checkCreate a new check for Healthchecks.io monitoring with configurable schedule, timeout, grace period, tags, and notification channels.
Instructions
Create a new check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tz | No | Timezone for the schedule, e.g. Asia/Ho_Chi_Minh | |
| desc | No | ||
| name | No | ||
| tags | No | Space-separated tags | |
| grace | No | Grace period in seconds | |
| unique | No | Fields to enforce uniqueness on (name, tags, timeout, grace) | |
| timeout | No | Expected period in seconds (for simple checks) | |
| channels | No | Comma-separated channel UUIDs, or "*" for all | |
| schedule | No | Cron expression (for cron-style checks) |