create_monitor
Set up automated URL monitoring to detect downtime by scheduling periodic checks and configuring alerts for failures.
Instructions
Create a new uptime monitor that periodically checks a URL and alerts on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the monitor | |
| url | Yes | URL to monitor | |
| checkInterval | No | Check interval in seconds (default 180) | |
| method | No | HTTP method (default GET) | GET |
| expectedStatusCode | No | Expected HTTP status code (default 200) |