NTP data collection and charting
Go to file
Carsten Sonne Larsen f2ade28f2b Release 0.8.2 2017-07-22 22:58:49 +02:00
.vscode Removed platform dependent code 2016-08-20 13:54:56 +02:00
Ntp.Analyzer Release 0.8.2 2017-07-22 22:58:49 +02:00
Ntp.Analyzer.Cli Release 0.8.2 2017-07-22 22:58:49 +02:00
Ntp.Analyzer.Data Release 0.8.2 2017-07-22 22:58:49 +02:00
Ntp.Analyzer.Import Release 0.8.2 2017-07-22 22:58:49 +02:00
Ntp.Analyzer.Monitor.Cli Release 0.8.2 2017-07-22 22:58:49 +02:00
Ntp.Analyzer.Monitor.Client Release 0.8.2 2017-07-22 22:58:49 +02:00
Ntp.Analyzer.Monitor.Server Release 0.8.2 2017-07-22 22:58:49 +02:00
Ntp.Analyzer.Objects Release 0.8.2 2017-07-22 22:58:49 +02:00
Ntp.Analyzer.Process Release 0.8.2 2017-07-22 22:58:49 +02:00
Ntp.Analyzer.Validate.Cli Release 0.8.2 2017-07-22 22:58:49 +02:00
Ntp.Analyzer.Validate.Gui Release 0.8.2 2017-07-22 22:58:49 +02:00
Ntp.Common Release 0.8.2 2017-07-22 22:58:49 +02:00
Ntp.Data Release 0.8.2 2017-07-22 22:58:49 +02:00
Ntp.Data.Provider Release 0.8.2 2017-07-22 22:58:49 +02:00
Shared Release 0.8.2 2017-07-22 22:58:49 +02:00
docs Update man pages 2017-07-22 22:10:30 +02:00
examples Improve sample configurations 2017-07-13 23:27:34 +02:00
html Library cleanup 2016-08-11 19:32:27 +02:00
lib Update license 2016-12-25 13:31:27 +01:00
packages Import from ntp.exactlywww.com 2016-12-21 23:23:43 +01:00
.gitattributes Introduce end-of-line normalization 2016-04-02 11:22:42 +02:00
.gitignore Include autotools 2016-12-22 19:52:23 +01:00
CHANGES Release 0.8.2 2017-07-22 22:58:49 +02:00
DATABASE Update database help 2017-07-13 23:16:48 +02:00
INSTALL Update man pages 2017-07-22 22:10:30 +02:00
LICENSE Update copyright texts 2017-07-13 22:32:11 +02:00
Makefile.am Remove pkg-config requirements 2016-12-25 13:52:50 +01:00
Makefile.include Autotools cleanup 2016-12-22 19:50:10 +01:00
Makefile.xbuild Update to 0.8.1 2016-12-26 14:19:20 +01:00
Ntp.Analyzer.sln Release 0.8.2 2017-07-22 22:58:49 +02:00
README.md Update README 2017-07-22 22:18:12 +02:00
configure.ac Release 0.8.2 2017-07-22 22:58:49 +02:00
ntpa.doxygen Release 0.8.2 2017-07-22 22:58:49 +02: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.

OPTIONS
	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.

BUGS
	Please report any bug that you encounter via:
	https://bitbucket.org/anguist/ntpa/issues.

HOMEPAGE
	http://ntpa.innolan.net/

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

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

AUTHORS
	Carsten Sonne Larsen <cs@innolan.net>

								22 July 2017                          ntpa(1)