Name

healthcheck.conf — ParaStation Healthchecker: global configuration file

DESCRIPTION

This configuration file defines the overall behaviour of the ParaStation Healthchecker, especially the paths used to locate tests and checks.

This file is sourced by Bash shell scripts, therefore the syntax to define parameters is identical to Bourne shell, e.g. HC_SYSLOG_FACILITY=user. Comments are indicated by #.

PARAMETERS

The following parameters define global values used for the Healthchecker:

HC_CONF_DIR

Defines the directory containing all Healthchecker configuration files. Defaults to ${PSconfDir} if set, or /etc/parastation/healthcheck otherwise.

HC_TESTCONF_PATH

Path of directories to be searched for test configuration files. Defaults to ${HC_CONF_DIR}/testsets.

HC_TESTSET_PATH

Path of directories to be searched for testset configurations. Defaults to ${HC_CONF_DIR}/testsets.

HC_SYSLOG_FACILITY

Syslog facility to use for logging. Defaults to user.

SEE ALSO

pshcgetconf(1) and pshealthcheck(1)

COPYRIGHT

(c) 2010 ParTec CCC GmbH, Munich.