ICMP
This check performs ICMP requests for information on ICMP packet loss, duration and response.
apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
  name: icmp-check
spec:
  interval: 30
  icmp:
    - name: icmp
      endpoint: https://api.github.com
      thresholdMillis: 600
      packetLossThreshold: 10
      packetCount: 2
| Field | Description | Scheme | Required | 
|---|---|---|---|
description | 
Description for the check | string | |
endpoint | 
Address to query using ICMP | string | Yes | 
icon | 
Icon for overwriting default icon on the dashboard | string | |
name | 
Name of the check | string | |
packetCount | 
Total number of packets to send per check | int | |
packetLossThreshold | 
Percent of total packets that are allowed to be lost | int64 | |
thresholdMillis | 
Expected response time threshold in ms | int64 |