createMonitor
Set up website or service monitoring by configuring checks for availability, response time, and performance metrics to detect downtime and ensure reliability.
Instructions
Create a new monitor
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the monitor | |
| url | Yes | URL to monitor | |
| tracking_type | No | Type of monitoring (http, ping, etc.) | |
| http_method | No | HTTP method to use for HTTP monitors | |
| expected_status_code | No | Expected HTTP status code for HTTP monitors | |
| check_frequency | No | Frequency to check in seconds | |
| timeout | No | Timeout in seconds | |
| follow_redirects | No | Whether to follow HTTP redirects | |
| ssl_verification | No | Whether to verify SSL certificates |