Ping Monitor
The Ping monitor will block until Timeout is hit. This monitor is useful for validating a target is still up and waiting for a target to restart.
Parameters
-
Host — Hostname or IP address
-
Timeout — Timeout in milliseconds (optional, defaults to 1,000)
-
Data — Data to send in ping packet (optional)
-
FaultOnSuccess — Fault if ping is successful (optional, defaults to false)
Examples
Ping Host
<Agent name="Local">
<Monitor class="Ping">
<Param name="Host" value="www.google.com" />
</Monitor>
</Agent>


