mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-11-22 19:39:26 +00:00
Updated documentation
This commit is contained in:
11
INSTALL
11
INSTALL
@ -36,6 +36,11 @@ Copy the output files in the bin folder to /opt/ntpa or any other
|
||||
suitable location and copy ntpa.stat.conf from example to
|
||||
/etc/ntpa.conf
|
||||
|
||||
On FreeBSD copy content of bin to /usr/local/ntpa/
|
||||
Copy example/ntpa.stat.conf to /usr/local/etc/ntpa/ntpa.conf
|
||||
Copy script/ntpa to /usr/local/etc/rc.d/ntpa
|
||||
Touch /var/log/ntpa.log and adjust pid file location if needed.
|
||||
|
||||
|
||||
Configuration
|
||||
|
||||
@ -67,12 +72,14 @@ Start ntpa and watch the data arriving in MySQL tables.
|
||||
|
||||
The log file contains errors and other clues for debugging.
|
||||
|
||||
To stop ntpa use:
|
||||
# mono ntpa.exe stop
|
||||
To stop ntpa use kill. Find the process id in the log file.
|
||||
# kill 72354
|
||||
|
||||
To start ntpa in daemon mode:
|
||||
# mono ntpa.exe &
|
||||
|
||||
On FreeBSD use the rc.d script to start and stop the deamon.
|
||||
|
||||
GTK GUI
|
||||
Run Ntp.Analyzer.Gui.exe and connect to ntpa with the a port specified
|
||||
in the listener section. The GTK GUI is experimental as does not support
|
||||
|
||||
Reference in New Issue
Block a user