1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2025-10-06 02:51:23 +00:00
Files
ntpa/examples/ntpd.conf
2016-09-09 21:56:08 +02:00

65 lines
798 B
Plaintext

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
}
DriftStats {
Frequency stat1
}
}