Skip to main content

Ping Parser

The Ping Parser block receives raw data through its Input node and splits it into constituent values sent from each output node ready to be accepted by other blocks in Processes.

The processed data is emitted from the outputs of the block.

Input

  • Input - Connect to the received output of the Ping module.

Outputs

  • Alive - A boolean value used to show whether the device is accessible.
  • Time - Formatted as an integer in milliseconds (ms).
  • Host - The hostname presented as a string.