NTP data collection and charting
Go to file
Carsten 956165e6a5 Removed platform dependent code 2016-08-20 13:54:56 +02:00
.vscode Removed platform dependent code 2016-08-20 13:54:56 +02:00
Ntp.Analyzer Removed platform dependent code 2016-08-20 13:54:56 +02:00
Ntp.Analyzer.Cli Version 0.7.0 prerelease changes 2016-08-18 19:18:52 +02:00
Ntp.Analyzer.Data Version 0.7.0 prerelease changes 2016-08-18 19:18:52 +02:00
Ntp.Analyzer.Import Version 0.7.0 prerelease changes 2016-08-18 19:18:52 +02:00
Ntp.Analyzer.Monitor.Cli Version 0.7.0 prerelease changes 2016-08-18 19:18:52 +02:00
Ntp.Analyzer.Monitor.Client Version 0.7.0 prerelease changes 2016-08-18 19:18:52 +02:00
Ntp.Analyzer.Monitor.Server Version 0.7.0 prerelease changes 2016-08-18 19:18:52 +02:00
Ntp.Analyzer.Objects Version 0.7.0 prerelease changes 2016-08-18 19:18:52 +02:00
Ntp.Analyzer.Process Removed platform dependent code 2016-08-20 13:54:56 +02:00
Ntp.Analyzer.Validate.Cli Version 0.7.0 prerelease changes 2016-08-18 19:18:52 +02:00
Ntp.Analyzer.Validate.Gui Version 0.7.0 prerelease changes 2016-08-18 19:18:52 +02:00
Ntp.Common Removed platform dependent code 2016-08-20 13:54:56 +02:00
Ntp.Data Version 0.7.0 prerelease changes 2016-08-18 19:18:52 +02:00
Ntp.Data.Provider Removed platform dependent code 2016-08-20 13:54:56 +02:00
docs Updated documentation 2016-08-06 22:49:34 +02:00
examples Version 0.7.0 prerelease changes 2016-08-18 19:18:52 +02:00
html Library cleanup 2016-08-11 19:32:27 +02:00
lib Version 0.7.0 prerelease changes 2016-08-18 19:18:52 +02:00
packages Removed platform dependent code 2016-08-20 13:54:56 +02:00
test Removed platform dependent code 2016-08-20 13:54:56 +02:00
.gitattributes Introduce end-of-line normalization 2016-04-02 11:22:42 +02:00
.gitignore Added missing log (code) files 2016-08-18 19:50:32 +02:00
INSTALL Library cleanup 2016-08-11 19:32:27 +02:00
Makefile Removed platform dependent code 2016-08-20 13:54:56 +02:00
Ntp.Analyzer.sln Version 0.7.0 prerelease changes 2016-08-18 19:18:52 +02:00
README.md Markup README 2016-08-19 18:54:07 +00:00

README.md

ntpa(1)                     General Commands Manual                    ntpa(1)

NAME
       ntpa - NTP Analyzer daemon program

SYNOPSIS
       ntpa --config file [--temp path] [--writepid file] [--daemon name]

DESCRIPTION
       The ntpa daemon is the core process in the NTP Analyzer system.
       ntpa(1) is responsible for collecting data from NTP daemons. Data are
       collected using ntpq(8) and ntpctl(8).  The ntpa daemon also generates
       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
       directory and can be presented by any web server. Additional JavaScript
       and CSS files are also located in the ntpa www directory.

       Pages can be made responsive by configuring them with Bootstrap and
       jQuery.  This way they are viewable on mobile devices and not only on
       traditional PC screens.

       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.

KNOWN BUGS
       Counters for packets received, Packets received accumulated and Packets
       received since reset are signed 32 bit and overflows are not handled.
       Values above 2,147,483,647 are shown as 0.

       When a host page is configured to be shown in UTC but data was recorded
       in local time graphs and time stamps mismatch. The same applies for
       host pages shown in local time but data is recorded in UTC.

       Due to a thread issue ntpa(1) sometimes make a SEG FAULT upon start up.
       This apparently happens if too many graph are drawn at the same time.

SEE ALSO
       ntpd(8), NTP daemon program
       ntpq(8), NTP query program
       ntpctl(8), Open 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
       /usr/log/ntpa/ntpa.log, Default log file

AUTHOR(S)
       Carsten Sonne Larsen (cs@innolan.dk)

                                06 August 2016                         ntpa(1)