Improvements to NTP plugins & other smaller fixes
This commit is contained in:
@@ -11,10 +11,14 @@
|
||||
# [default: no]
|
||||
log_healthy=yes
|
||||
|
||||
# maximum allowed offset (in milliseconds)
|
||||
# maximum allowed offset (in milliseconds (positive integers only))
|
||||
# [default: 500]
|
||||
max_offset=500
|
||||
|
||||
# use IPv4 for ntpq
|
||||
# [default: no]
|
||||
ntpq_use_ipv4=no
|
||||
|
||||
|
||||
#******************************************************************************
|
||||
# End of FILE
|
||||
|
||||
@@ -11,10 +11,22 @@
|
||||
# [default: no]
|
||||
log_healthy=yes
|
||||
|
||||
# maximum allowed offset (in milliseconds)
|
||||
# whether to force the use of chronyd?
|
||||
# [default: no]
|
||||
force_chrony=no
|
||||
|
||||
# whether to force the use of ntpd?
|
||||
# [default: no]
|
||||
force_ntp=no
|
||||
|
||||
# maximum allowed offset (in milliseconds (positive integers only)
|
||||
# [default: 500]
|
||||
max_offset=500
|
||||
|
||||
# use IPv4 for ntpq
|
||||
# [default: no]
|
||||
ntpq_use_ipv4=no
|
||||
|
||||
|
||||
#******************************************************************************
|
||||
# End of FILE
|
||||
|
||||
Reference in New Issue
Block a user