From ed927595c92004c8c691710ff666b4b6122d4251 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 28 Dec 2023 14:45:51 +0100 Subject: [PATCH] Update ping.markdown (#30539) --- source/_integrations/ping.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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
When run on Windows systems, the round trip time attributes are rounded to the nearest millisecond and the mdev value is unavailable. @@ -62,4 +62,4 @@ The device tracker is disabled by default and can be enabled in the UI. Please keep in mind that modern smart phones will usually turn off WiFi when they are idle. Simple trackers like this may not be reliable on their own.
-See the [person integration page](/integrations/person/) for instructions on how to configure the people to be tracked. \ No newline at end of file +See the [person integration page](/integrations/person/) for instructions on how to configure the people to be tracked.