NTP data collection and charting
Go to file
Carsten Larsen 42a9895e43 Import from ntp.exactlywww.com 2016-12-21 23:23:43 +01:00
.vscode
Ntp.Analyzer Update to version 0.7.10 2016-12-17 11:20:00 +01:00
Ntp.Analyzer.Cli Update to version 0.7.10 2016-12-17 11:20:00 +01:00
Ntp.Analyzer.Data Import from ntp.exactlywww.com 2016-12-21 23:23:43 +01:00
Ntp.Analyzer.Import Update to version 0.7.10 2016-12-17 11:20:00 +01:00
Ntp.Analyzer.Monitor.Cli Update to version 0.7.10 2016-12-17 11:20:00 +01:00
Ntp.Analyzer.Monitor.Client Update to version 0.7.10 2016-12-17 11:20:00 +01:00
Ntp.Analyzer.Monitor.Server Update to version 0.7.10 2016-12-17 11:20:00 +01:00
Ntp.Analyzer.Objects Update to version 0.7.10 2016-12-17 11:20:00 +01:00
Ntp.Analyzer.Process Update to version 0.7.10 2016-12-17 11:20:00 +01:00
Ntp.Analyzer.Validate.Cli Update to version 0.7.10 2016-12-17 11:20:00 +01:00
Ntp.Analyzer.Validate.Gui Update to version 0.7.10 2016-12-17 11:20:00 +01:00
Ntp.Common Update to version 0.7.10 2016-12-17 11:20:00 +01:00
Ntp.Data Update to version 0.7.10 2016-12-17 11:20:00 +01:00
Ntp.Data.Provider Update to version 0.7.10 2016-12-17 11:20:00 +01:00
Shared Update to version 0.7.10 2016-12-17 11:20:00 +01:00
docs Links to org identifiers 2016-12-12 20:22:12 +01:00
examples Dont send mails by default 2016-12-15 18:05:44 +01:00
html
lib Version 0.7.1 changes 2016-08-23 22:08:23 +02:00
packages Import from ntp.exactlywww.com 2016-12-21 23:23:43 +01:00
.gitattributes
.gitignore
CHANGES Update to version 0.7.10 2016-12-17 11:20:00 +01:00
DATABASE Fix database issues 2016-12-10 12:25:20 +01:00
INSTALL Reintroduce Linux support 2016-12-11 00:22:09 +01:00
LICENSE Version 0.7.1 changes 2016-08-23 22:08:23 +02:00
Makefile Change to autotools 2016-12-09 20:03:58 +01:00
Makefile.am Change to autotools 2016-12-09 20:03:58 +01:00
Makefile.include Change to autotools 2016-12-09 20:03:58 +01:00
Makefile.xbuild Reintroduce Linux support 2016-12-11 00:22:09 +01:00
Ntp.Analyzer.sln Update to version 0.7.10 2016-12-17 11:20:00 +01:00
README.md Removed known bugs 2016-09-09 23:18:41 +02:00
autogen.sh Autotools cleanup 2016-12-12 20:22:49 +01:00
config.make Update to version 0.7.10 2016-12-17 11:20:00 +01:00
configure Update to version 0.7.10 2016-12-17 11:20:00 +01:00
configure.ac Update to version 0.7.10 2016-12-17 11:20:00 +01:00
expansions.m4 Change to autotools 2016-12-09 20:03:58 +01:00
rules.make Makefile support 2016-12-06 21:41:35 +01: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.

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)

                               09 September 2016                       ntpa(1)