mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-10-06 02:51:23 +00:00
Updated documentation
This commit is contained in:
10
INSTALL
10
INSTALL
@ -31,9 +31,9 @@ Configure ntpa
|
||||
Copy ntpa.stat.conf from example to /etc/ntpa.conf
|
||||
In ntpa.conf Hostname must point to a name or IP reachable by ntpq.
|
||||
ConfigFile must must point to ntp.conf.
|
||||
Adjust the values of HostName and ConfigFile setting accordingly.
|
||||
Adjust the values of HostName and ConfigFile settings accordingly.
|
||||
|
||||
Validate ntpa.con file with ntpav using:
|
||||
Validate ntpa.conf file with ntpav using:
|
||||
# ntpav /etc/ntpa.conf
|
||||
|
||||
Copy ntp.conf from NTP host to the machine running ntpa and then add
|
||||
@ -77,3 +77,9 @@ To stop ntpa use kill. Find ntpa pid in log file.
|
||||
|
||||
GTK GUI
|
||||
Run Ntp.Analyzer.Gui.exe and connect to ntpa with the a port specified in the listener section.
|
||||
|
||||
Connect to ntpa and get a list of available commands:
|
||||
# ntpac 127.0.0.1 9070 help
|
||||
|
||||
Ask ntpa how long time it has been running:
|
||||
# ntpac 127.0.0.1 9070 uptime
|
||||
|
Reference in New Issue
Block a user