Update ping.markdown (#30539)

This commit is contained in:
Sebastian 2023-12-28 14:45:51 +01:00 committed by GitHub
parent 22a77ba60d
commit ed927595c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
<div class='note'>
When run on Windows systems, the round trip time attributes are rounded to the nearest millisecond and the mdev value is unavailable.