Added HC_LOG_HEALTHY & HC_WILL_FIX as global settings

Fixed missing error checking in check_linux_autofs
This commit is contained in:
Patrick Van der Veken
2019-10-23 19:56:36 +02:00
parent f392c884bb
commit b60f383f48
3 changed files with 64 additions and 4 deletions
+11
View File
@@ -10,6 +10,17 @@
# maximum timeout for HC calls/plugins (seconds) [default: 60]
HC_TIME_OUT=60
# enable/disable logging of passed health checks (warning: this may rapidly grow the HC log)
# see also: '--log-healthy' command-line parameter
# 'log_healthy' setting in HC plugin configuration file(s)
# [values: Yes|No]
HC_LOG_HEALTHY="No"
# enable/disable healing logic if available in HC plugin(s)
# see also: '--no-fix' command-line parameter
# [values: Yes|No]
HC_WILL_FIX="Yes"
#******************************************************************************
# End of FILE