check_health/configs/etc/check_host.conf.dist
Patrick Van der Veken 3f8981a243 Updated comments
2018-03-15 15:54:12 +01:00

22 lines
909 B
Plaintext

#******************************************************************************
# @(#) check_host.conf
#******************************************************************************
# This is a configuration file for the check_host feature.
# All lines starting with a '#' are comment lines.
# [default: indicates hardcoded script values if no value is defined here]
#******************************************************************************
# specify the style in which results should be displayed (see --list-core)
# [default: init]
display_style=init
# specify the list of HC plugins that need to be executed (plugin configuration file is optional)
# [hc:HC plugin name:HC plugin configuration file]
hc:plugin1
hc:plugin2
#******************************************************************************
# End of FILE
#******************************************************************************