1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2025-10-05 10:30:56 +00:00
Files
ntpa/README
2016-05-23 00:21:20 +02:00

52 lines
1.7 KiB
Plaintext

ntpa(8) System Manager's Manual ntpa(8)
NAME
ntpa - NTP Analyzer daemon program
SYNOPSIS
ntpa --config file [--temp path] [--writepid file] [--daemon name]
DESCRIPTION
The ntpa deamon is the core process in the NTP Analyzer system.
ntpa(8) is responsible for collecting data from NTP daemons and for
generating graphs and web pages. ntpa(8) also perform other tasks like
sending status mails.
The graphs and html pages generated by ntpa are placed in the ntpa www
directory and can be presented by any web server. Supporting javascript
and css files are also located in the ntpa www directory.
NTP Analyzer uses the Twitter Bootstrap and the jQuery framework to
make webpages responsive. Pages can not only be viewed on traditional
PC screen but also on mobile devices.
ntpa can be started with the following options:
--config file
Mandatory configuration file.
--temp path
Specifies the working directory. Default is /tmp
--writepid file
Specifies where the pid file should be written.
--daemon name
The name of the instance.
--help Show help and version info.
SEE ALSO
ntpd(8), NTP daemon program
ntpq(8), NTP query program
ntp.conf(5), NTP daemon configuration file format
FILES
/usr/local/etc/ntpa/ntpa.conf, Default NTP Analyzer configuration parameters
/usr/local/www/ntpa/index.html, Default web start page
AUTHOR(S)
Carsten Sonne Larsen (cs@innolan.dk)
22 May 2016 ntpa(8)