1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2025-10-05 18:41:13 +00:00

Update README

This commit is contained in:
2017-07-22 22:18:12 +02:00
parent 650969f1d6
commit cc7f2d3707

View File

@ -9,7 +9,7 @@
DESCRIPTION DESCRIPTION
The ntpa daemon is the core process in the NTP Analyzer system. The ntpa daemon is the core process in the NTP Analyzer system.
ntpa(1) is responsible for collecting data from NTP daemons. Data are ntpa(1) is responsible for collecting data from NTP daemons. Data are
collected using ntpq(8) and ntpctl(8). The ntpa daemon also generates collected using ntpq(8) and ntpctl(8). The ntpa daemon also generates
graphs and web pages and perform other tasks like sending status mails. graphs and web pages and perform other tasks like sending status mails.
The graphs and HTML files generated by ntpa are placed in the ntpa www The graphs and HTML files generated by ntpa are placed in the ntpa www
@ -17,9 +17,10 @@
and CSS files are also located in the ntpa www directory. and CSS files are also located in the ntpa www directory.
Pages can be made responsive by configuring them with Bootstrap and Pages can be made responsive by configuring them with Bootstrap and
jQuery. This way they are viewable on mobile devices and not only on jQuery. This way they are viewable on mobile devices and not only on
traditional PC screens. traditional PC screens.
OPTIONS
ntpa can be started with the following options: ntpa can be started with the following options:
--config file --config file
@ -36,19 +37,25 @@
--help Show help and version info. --help Show help and version info.
SEE ALSO BUGS
ntpd(8), NTP daemon program Please report any bug that you encounter via:
ntpq(8), NTP query program https://bitbucket.org/anguist/ntpa/issues.
ntpctl(8), Open NTP query program
ntp.conf(5), NTP daemon configuration file format HOMEPAGE
http://ntpa.innolan.net/
FILES FILES
/usr/local/etc/ntpa/ntpa.conf, Default NTP Analyzer configuration parameters /usr/local/etc/ntpa/ntpa.conf, Default NTP Analyzer configuration parameters
/usr/local/www/ntpa/index.html, Default web start page /usr/local/www/ntpa/index.html, Default web start page
/usr/log/ntpa/ntpa.log, Default log file /usr/log/ntpa/ntpa.log, Default log file
AUTHOR(S) SEE ALSO
Carsten Sonne Larsen (cs@innolan.net) ntpd(8), NTP daemon program
ntpq(8), NTP query program
ntpctl(8), Open NTP query program
ntp.conf(5), NTP daemon configuration file format
13 July 2017 ntpa(1) AUTHORS
Carsten Sonne Larsen <cs@innolan.net>
22 July 2017 ntpa(1)