create-check
Create a new uptime monitoring check by specifying a URL and optional parameters like check type, interval, and HTTP method.
Instructions
Create a new monitoring check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to monitor | |
| type | No | Check type (e.g. "http") | |
| alias | No | Friendly name for the check | |
| period | No | Check interval in seconds (e.g. 30, 60, 300) | |
| apdex_t | No | Apdex satisfaction threshold in seconds (e.g. 0.5) | |
| enabled | No | Whether the check is active | |
| http_body | No | HTTP request body | |
| http_verb | No | HTTP method (GET, POST, etc.) | |
| published | No | Whether the check is visible on status page | |
| mute_until | No | Mute alerts until this date (ISO 8601 or "recovery") | |
| string_match | No | String that must appear in the response body | |
| custom_headers | No | Custom HTTP headers as JSON object string | |
| disabled_locations | No | Locations to exclude from checks |