Create domain expiry monitor
create_domain_monitorMonitor domain registration expiration via WHOIS, detecting when a domain will lapse before it breaks your site. Get alerts on time remaining so you can renew before losing the domain.
Instructions
Watch a domain registration and report how long is left before it lapses, read from WHOIS. This catches the failure no uptime check can see: everything works perfectly right up to the day the domain expires. Distinct from create_ssl_monitor, which watches the certificate rather than the registration; the two expire on different dates and both are worth watching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Registrable domain, for example example.com. Use the registered domain rather than a subdomain: a subdomain has no registration date of its own. | |
| name | Yes | Label shown in the dashboard and in alerts, up to 50 characters. Something recognisable months later beats the bare hostname. | |
| isActive | No | Start monitoring immediately (default true) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Monitor id, used by every other tool. | |
| url | No | ||
| name | No | ||
| type | No | ||
| isActive | No | False while the monitor is paused. | |
| frequency | No | Check interval in minutes. | |
| statusSummary | No | Current state, for example GOOD or ERROR. |