Change description for config dns_lookup (#6902)

This commit is contained in:
like-inspur 2020-01-15 10:35:48 +08:00 committed by Daniel Nelson
parent 6d96f359b4
commit 68925ed1ef
1 changed files with 1 additions and 1 deletions

View File

@ -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
```