From 68925ed1efedf33c7231f434852d202611cb1308 Mon Sep 17 00:00:00 2001 From: like-inspur Date: Wed, 15 Jan 2020 10:35:48 +0800 Subject: [PATCH] Change description for config dns_lookup (#6902) --- plugins/inputs/ntpq/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/ntpq/README.md b/plugins/inputs/ntpq/README.md index f6ee8e2af..e691200dd 100644 --- a/plugins/inputs/ntpq/README.md +++ b/plugins/inputs/ntpq/README.md @@ -29,7 +29,7 @@ server (RMS of difference of multiple time samples, milliseconds); ```toml # Get standard NTP query metrics, requires ntpq executable [[inputs.ntpq]] - ## If false, set the -n ntpq flag. Can reduce metric gather times. + ## If false, add -n for ntpq command. Can reduce metric gather times. dns_lookup = true ```