InTouch Hub · Blue Isle Software

Network Ping

Ping a host and report if it is reachable

Network Ping Tool

Ping a host and report if it is reachable

Tool ID

network-ping

Credential Required

No

Input Properties

Property Type Required Default Description
host string Yes Hostname or IP address to ping
count string No 3 Number of ping packets to send
timeoutSeconds string No 5 Timeout per ping in seconds

Execution Steps

  1. ping-host (shell) — ping -c {{input.count}} -W {{input.timeoutSeconds}} {{input.host}}
  2. check-result (condition) — if {{ping-host.exitCode}} == 0

Published Outputs

Vendor

Blue Isle Software