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
- ping-host (
shell) — ping -c {{input.count}} -W {{input.timeoutSeconds}} {{input.host}}
- check-result (
condition) — if {{ping-host.exitCode}} == 0
Published Outputs
host — {{input.host}}
reachable — {{ping-host.exitCode}}
output — {{ping-host.stdout}}
Vendor
Blue Isle Software