Ping

Ping check verifies that the host responds on the network layer.

When to use

  • To quickly confirm whether a server or device is reachable.
  • When only basic network availability is needed.

When to choose another type

  • For website behavior use HTTP.
  • If ICMP is blocked, use Port check instead.

Form fields

Field Meaning What to enter Example
Name Display name in task list. Use a clear host name. Main server
Host Hostname or IP address for ping. Use reachable address from monitoring nodes. 203.0.113.10
Timeout Max wait time for answer. Set a value with a little network latency headroom. 10 seconds
Interval Check frequency. Choose based on host criticality. 5 minutes

When it becomes an issue

An issue is raised if the host does not respond within timeout.

Back to task types