Improvements to NTP plugins & other smaller fixes

This commit is contained in:
Patrick Van der Veken
2019-01-11 15:59:39 +01:00
parent 2b87e0dd6c
commit cbddbf0eec
6 changed files with 174 additions and 38 deletions
+5 -1
View File
@@ -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
+13 -1
View 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