From 90593a07b87b06e03b85c6a2a5879ae957006ad1 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 8 Apr 2019 15:42:28 -0700 Subject: [PATCH] Clarify supported ping utils --- plugins/inputs/ping/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/inputs/ping/README.md b/plugins/inputs/ping/README.md index f59a6c947..5d3904e92 100644 --- a/plugins/inputs/ping/README.md +++ b/plugins/inputs/ping/README.md @@ -2,8 +2,9 @@ Sends a ping message by executing the system ping command and reports the results. -Currently there is no support for GNU Inetutils, use with iputils-ping -instead: +Most ping command implementations are supported, one notable exception being +that there is currently no support for GNU Inetutils ping. You may instead +use the iputils-ping implementation: ``` apt-get install iputils-ping ```