mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-11-23 20:09:20 +00:00
Updated documentation
This commit is contained in:
6
README
6
README
@ -18,7 +18,7 @@ DESCRIPTION
|
||||
|
||||
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.
|
||||
PC screens but also on mobile devices.
|
||||
|
||||
ntpa can be started with the following options:
|
||||
|
||||
@ -39,13 +39,15 @@ DESCRIPTION
|
||||
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)
|
||||
|
||||
22 May 2016 ntpa(8)
|
||||
27 May 2016 ntpa(8)
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
.TH ntpa 8 "22 May 2016"
|
||||
.TH ntpa 8 "27 May 2016"
|
||||
.ad
|
||||
.fi
|
||||
.SH "NAME"
|
||||
@ -25,7 +25,7 @@ can be presented by any web server. Supporting javascript and css files are also
|
||||
located in the ntpa www directory.
|
||||
.PP
|
||||
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.
|
||||
responsive. Pages can not only be viewed on traditional PC screens but also on mobile devices.
|
||||
.PP
|
||||
.B ntpa
|
||||
can be started with the following options:
|
||||
@ -45,12 +45,14 @@ Show help and version info.
|
||||
.nf
|
||||
ntpd(8), NTP daemon program
|
||||
ntpq(8), NTP query program
|
||||
ntpctl(8), Open NTP query program
|
||||
ntp.conf(5), NTP daemon configuration file format
|
||||
.SH "FILES"
|
||||
.na
|
||||
.nf
|
||||
/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
|
||||
.SH "AUTHOR(S)"
|
||||
.na
|
||||
.nf
|
||||
|
||||
@ -17,19 +17,17 @@ Database {
|
||||
|
||||
# Password for the user
|
||||
Pass password
|
||||
|
||||
|
||||
# Set to 1 to automatically create all tables and data.
|
||||
Create 1
|
||||
}
|
||||
|
||||
Listener {
|
||||
IP 127.0.0.1
|
||||
Port 9070
|
||||
# Set to 1 to automatically upgrade database schema.
|
||||
Upgrade 1
|
||||
}
|
||||
|
||||
Log {
|
||||
# Levels: error, warn, notice, info, debug and trace
|
||||
Severity debug
|
||||
Severity info
|
||||
File /var/log/ntpa/ntpa.log
|
||||
}
|
||||
|
||||
@ -71,7 +69,7 @@ Server {
|
||||
}
|
||||
|
||||
# Base path for generated files
|
||||
FilePath /usr/local/www/
|
||||
FilePath /usr/local/www/ntpa
|
||||
|
||||
# Base URL for generated files
|
||||
WebPath /
|
||||
@ -154,8 +152,6 @@ Server {
|
||||
Destinations {
|
||||
File about.html
|
||||
}
|
||||
|
||||
Link about.html
|
||||
}
|
||||
|
||||
############### Bootstrap menu ##############
|
||||
|
||||
@ -29,11 +29,6 @@ Database {
|
||||
#Monitor 1
|
||||
}
|
||||
|
||||
Listener {
|
||||
IP 127.0.0.1
|
||||
Port 9070
|
||||
}
|
||||
|
||||
Log {
|
||||
# Levels: error, warn, notice, info, debug and trace
|
||||
Severity info
|
||||
|
||||
@ -23,11 +23,6 @@ Database {
|
||||
Create 1
|
||||
}
|
||||
|
||||
Listener {
|
||||
IP 127.0.0.1
|
||||
Port 9070
|
||||
}
|
||||
|
||||
Log {
|
||||
# Levels: error, warn, notice, info, debug and trace
|
||||
Severity info
|
||||
|
||||
@ -64,7 +64,7 @@ Server {
|
||||
HostType ntpq
|
||||
|
||||
# Base path for generated files
|
||||
FilePath /usr/local/www/
|
||||
FilePath /usr/local/www/ntpa
|
||||
|
||||
# Base URL for generated files
|
||||
WebPath /
|
||||
|
||||
Reference in New Issue
Block a user