check_health/configs/etc/check_hpux_patch_version.conf.dist
Patrick Van der Veken 99a5198096 Added HP-UX plugins check_hpux_drd_status, check_hpux_patch_version
Added routines to include_data.sh
2018-05-12 16:20:53 +02:00

20 lines
864 B
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]
#******************************************************************************
# 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=""
#******************************************************************************
# End of FILE
#******************************************************************************