{
  "id": "network-ping-basic",
  "ruleId": "network/ping",
  "input": {
    "toolName": "exec",
    "argv": ["ping", "-c", "2", "example.com"],
    "command": "ping -c 2 example.com",
    "combinedText": "64 bytes from 93.184.216.34: icmp_seq=1 ttl=57 time=11.2 ms\n2 packets transmitted, 2 received, 0% packet loss\n",
    "exitCode": 0
  },
  "expect": {
    "matchedReducer": "network/ping",
    "family": "network-probe",
    "contains": ["reply", "packet loss"]
  }
}
