mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-06 17:15:07 -05:00
client: add option to print original names
Add -N option to chronyc to print the original names by which the sources were specified instead of using reverse DNS lookup. The option works in the sources, sourcestats and tracking commands.
This commit is contained in:
@@ -78,11 +78,18 @@ With this option hostnames will be resolved only to IPv6 addresses.
|
||||
This option disables resolving of IP addresses to hostnames, e.g. to avoid slow
|
||||
DNS lookups. Long addresses will not be truncated to fit into the column.
|
||||
|
||||
*-N*::
|
||||
This option enables printing of the original names of NTP sources that were
|
||||
specified in the configuration file, or *chronyc* commands, and are internally
|
||||
used by *chronyd*. Without the *-n* and *-N* option, the names of NTP sources
|
||||
are obtained from reverse DNS lookups and can be different from the original
|
||||
names.
|
||||
|
||||
*-c*::
|
||||
This option enables printing of reports in a comma-separated values (CSV)
|
||||
format. IP addresses will not be resolved to hostnames, time will be printed as
|
||||
number of seconds since the epoch and values in seconds will not be converted
|
||||
to other units.
|
||||
format. Reverse DNS lookups will be disabled, time will be printed as number of
|
||||
seconds since the epoch, and values in seconds will not be converted to other
|
||||
units.
|
||||
|
||||
*-d*::
|
||||
This option enables printing of debugging messages if *chronyc* was compiled
|
||||
|
||||
Reference in New Issue
Block a user