check_health/configs/etc/check_hpux_patch_version.conf.dist
Patrick Van der Veken af81b7eb67 * Fixes on trap settings
* Updated check_hpux_drd_status() plugin (boot check fix)
* Added check_hpux_lunpaths() plugin
* Updated check_hpux_patch_version() plugin with fileset state check
2018-10-22 09:48:20 +02:00

30 lines
1.1 KiB
Plaintext

#******************************************************************************
# @(#) check_hpux_patch_version.conf
#******************************************************************************
# This is a configuration file for the check_hpux_patch_version HC plugin.
# All lines starting with a '#' are comment lines.
# [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
# OE version that should be checked (version string as displayed by 'swlist')
# [default: none]
required_oe=""
# comma-separated list of SD patches that should be checked
# [default: none]
required_patches=""
# check that all installed filesets are configured?
# [default: yes]
check_filesets=yes
#******************************************************************************
# End of FILE
#******************************************************************************