* 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
This commit is contained in:
Patrick Van der Veken
2018-10-22 09:48:20 +02:00
parent 3a67452848
commit af81b7eb67
21 changed files with 263 additions and 427 deletions
+10 -1
View File
@@ -6,6 +6,11 @@
# [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=""
@@ -14,7 +19,11 @@ required_oe=""
# [default: none]
required_patches=""
# check that all installed filesets are configured?
# [default: yes]
check_filesets=yes
#******************************************************************************
# End of FILE
#******************************************************************************
#******************************************************************************