From 1a27baf3ab10d46d417f2086d2d6c30dcc2ca61c Mon Sep 17 00:00:00 2001 From: Patrick Van der Veken Date: Wed, 31 Oct 2018 08:09:55 +0100 Subject: [PATCH] Added missing --log-healthy statements in config files --- configs/etc/check_hpux_ntp_status.conf.dist | 7 ++++++- configs/etc/check_linux_ntp_status.conf.dist | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/configs/etc/check_hpux_ntp_status.conf.dist b/configs/etc/check_hpux_ntp_status.conf.dist index 35e29ee..e73c8a4 100644 --- a/configs/etc/check_hpux_ntp_status.conf.dist +++ b/configs/etc/check_hpux_ntp_status.conf.dist @@ -6,6 +6,11 @@ # [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) # [default: 500] max_offset=500 @@ -13,4 +18,4 @@ max_offset=500 #****************************************************************************** # End of FILE -#****************************************************************************** \ No newline at end of file +#****************************************************************************** diff --git a/configs/etc/check_linux_ntp_status.conf.dist b/configs/etc/check_linux_ntp_status.conf.dist index a86e111..9543d4e 100644 --- a/configs/etc/check_linux_ntp_status.conf.dist +++ b/configs/etc/check_linux_ntp_status.conf.dist @@ -6,6 +6,11 @@ # [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) # [default: 500] max_offset=500 @@ -13,4 +18,4 @@ max_offset=500 #****************************************************************************** # End of FILE -#****************************************************************************** \ No newline at end of file +#******************************************************************************