Added HP-UX plugins check_hpux_drd_status, check_hpux_patch_version
Added routines to include_data.sh
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
#******************************************************************************
|
||||
# @(#) check_hpux_drd_status.conf.dist
|
||||
#******************************************************************************
|
||||
# This is a configuration file for the check_hpux_drd_status HC plugin.
|
||||
# All lines starting with a '#' are comment lines.
|
||||
# [default: indicates hardcoded script values if no value is defined here]
|
||||
#******************************************************************************
|
||||
|
||||
# check clone age? (yes|no)
|
||||
# [default: yes]
|
||||
check_clone=yes
|
||||
|
||||
# maximum days before the drd clone gets flagged as 'too old'
|
||||
# [default: 30]
|
||||
clone_age=30
|
||||
|
||||
# check sync age? (yes|no)
|
||||
# [default: yes]
|
||||
check_sync=yes
|
||||
|
||||
# maximum days before the drd sync gets flagged as 'too old'
|
||||
# [default: 30]
|
||||
sync_age=30
|
||||
|
||||
|
||||
#******************************************************************************
|
||||
# End of FILE
|
||||
#******************************************************************************
|
||||
@@ -0,0 +1,20 @@
|
||||
#******************************************************************************
|
||||
# @(#) 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
|
||||
#******************************************************************************
|
||||
Reference in New Issue
Block a user