Create ping monitor
create_ping_monitorSet up ICMP ping monitoring to check host reachability, round-trip time, and packet loss. Ideal for servers and routers without web services.
Instructions
Watch a host with ICMP ping: it answers whether the machine is reachable at all, and reports round-trip time and packet loss. Use it for servers, routers and anything with no web service on top. It says nothing about whether a site or service on that host is working - a box can ping perfectly while its web server is down. Some hosting providers block ICMP, in which case the monitor will read as down.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Hostname or IP address, with no scheme and no port, for example example.com or 1.2.3.4. | |
| 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) | |
| frequency | No | Check frequency in minutes (1-1440, default 5) |
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. |