From 3c1e1f118222aa281e3c37c63fdea8009901ddbe Mon Sep 17 00:00:00 2001 From: Christian Loew Date: Sat, 15 Oct 2016 19:02:39 +0200 Subject: [PATCH] added ipversion in example output --- plugins/inputs/ping/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/ping/README.md b/plugins/inputs/ping/README.md index 9116c6fdd..a77f77c57 100644 --- a/plugins/inputs/ping/README.md +++ b/plugins/inputs/ping/README.md @@ -36,5 +36,5 @@ This input plugin will measures the round-trip ### Example Output: ``` * Plugin: ping, Collection 1 -ping,host=WIN-PBAPLP511R7,url=www.google.com average_response_ms=7i,maximum_response_ms=9i,minimum_response_ms=7i,packets_received=4i,packets_transmitted=4i,percent_packet_loss=0,percent_reply_loss=0,reply_received=4i 1469879119000000000 +ping,host=WIN-PBAPLP511R7,ipversion=4,url=www.google.com average_response_ms=7i,maximum_response_ms=9i,minimum_response_ms=7i,packets_received=4i,packets_transmitted=4i,percent_packet_loss=0,percent_reply_loss=0,reply_received=4i 1469879119000000000 ```