diff --git a/source/_integrations/ping.markdown b/source/_integrations/ping.markdown index 2d1b9958b2a..05462d4b48b 100644 --- a/source/_integrations/ping.markdown +++ b/source/_integrations/ping.markdown @@ -43,10 +43,10 @@ This sensor is enabled by default. The default polling interval is 30 seconds. The sensor exposes the different round trip times in milliseconds measured by `ping` as attributes: -- `round_trip_time_mdev` -- `round_trip_time_avg` -- `round_trip_time_min` -- `round_trip_time_max` +- `round_trip_time_mdev` - the standard deviation +- `round_trip_time_avg` - the average round trip time +- `round_trip_time_min` - the shortest round trip time +- `round_trip_time_max` - the longest round trip time