1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2025-10-06 19:12:11 +00:00

Version 0.7.0 prerelease changes

This commit is contained in:
Carsten
2016-08-18 19:18:52 +02:00
parent 4e9d8a5c44
commit 59afc03cf4
285 changed files with 6410 additions and 9707 deletions

60
examples/ntpd.conf Normal file
View File

@ -0,0 +1,60 @@
Database {
Provider MySql
Host 127.0.0.1
Name ntpa
User ntpau
Pass "password"
Create Yes
}
Log {
File ntpa.log
}
Log {
Type Syslog
}
Log {
Type Console
Severity Debug
}
Daemon {
Heartbeat 120
}
Notify ntpstat-summary {
Recipient root@example.net
Sender sender@example.net
Subject "NTP Analyzer stats daily run - stat"
Host smtp.example.net
Port 587
User username
Pass password
EnableSsl Yes
}
Reading {
Name stat1
Frequency 5
TimeStamp UTC
}
Server {
HostID 1
HostAddress ntp1.example.net
HostStats {
Frequency stat1
}
HostIoStats {
Frequency stat1
}
PeerStats {
Frequency stat1
}
}