Added missing --log-healthy statements in config files

This commit is contained in:
Patrick Van der Veken 2018-10-31 08:09:55 +01:00
parent 9c43b1e9b1
commit 1a27baf3ab
2 changed files with 12 additions and 2 deletions

View File

@ -6,6 +6,11 @@
# [default: indicates hardcoded script values if no value is defined here] # [default: indicates hardcoded script values if no value is defined here]
#****************************************************************************** #******************************************************************************
# specify whether to also log passed health checks
# (warning: this may rapidly grow the HC log)
# [default: no]
log_healthy=yes
# maximum allowed offset (in milliseconds) # maximum allowed offset (in milliseconds)
# [default: 500] # [default: 500]
max_offset=500 max_offset=500
@ -13,4 +18,4 @@ max_offset=500
#****************************************************************************** #******************************************************************************
# End of FILE # End of FILE
#****************************************************************************** #******************************************************************************

View File

@ -6,6 +6,11 @@
# [default: indicates hardcoded script values if no value is defined here] # [default: indicates hardcoded script values if no value is defined here]
#****************************************************************************** #******************************************************************************
# specify whether to also log passed health checks
# (warning: this may rapidly grow the HC log)
# [default: no]
log_healthy=yes
# maximum allowed offset (in milliseconds) # maximum allowed offset (in milliseconds)
# [default: 500] # [default: 500]
max_offset=500 max_offset=500
@ -13,4 +18,4 @@ max_offset=500
#****************************************************************************** #******************************************************************************
# End of FILE # End of FILE
#****************************************************************************** #******************************************************************************