healthcheck.conf — ParaStation Healthchecker: global configuration file
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 #.
    
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.