R12 Publication-2025July16
Defining Ping Result Analysis and Output
- Extend a Basic Output node from the Table1 node.
- In the Output1 node, add two conditions and define it as follows:
Condition1: $ping_result == True
Condition2: $ping_result != True - Output a message when Ping succeeds:
- Point to the Output node, click the
icon, select Condition1, select Message from the Action Node drop-down list and click Extend.
- In the Message1 node, set the message level as Information and define the message: Ping successful!
- Point to the Output node, click the
- Output an alert message when Ping failed:
- Point to the Output node, click the
icon, select Condition2, select Message from the Action Node drop-down list and click Extend.
- In the Message2 node, set the message as Error and define the message: Ping failed from $this to the target.
- Point to the Output node, click the
- Save and run the Qapp.