diff --git a/etc/opt/hc/check_aix_sysbackup.conf.dist b/etc/opt/hc/check_aix_sysbackup.conf.dist index 9b90870..678b643 100644 --- a/etc/opt/hc/check_aix_sysbackup.conf.dist +++ b/etc/opt/hc/check_aix_sysbackup.conf.dist @@ -13,9 +13,11 @@ log_healthy="no" # full path to the location of mksysb images, the tool expects sub-directories # per host underneath this location +# [default: /export/images] backup_path=/export/images # name of the file containing the mksysb output +# [default: mksysb.log] mksysb_log=mksysb.log # maximum days before backup gets flagged as 'too old' diff --git a/etc/opt/hc/check_hpux_fs_usage.conf.dist b/etc/opt/hc/check_hpux_fs_usage.conf.dist index 1c693fe..af6294d 100644 --- a/etc/opt/hc/check_hpux_fs_usage.conf.dist +++ b/etc/opt/hc/check_hpux_fs_usage.conf.dist @@ -32,7 +32,7 @@ max_space_usage=90 # defining a threshold of 0 (zero), then the check will for this give filesystem # will be skipped (this allows for exclusion of filesystems) # Format: -# fs::[]:[:[]:[:[]:[:[]:[. NULL value equals to "auto" # [default: auto] -# Compatibility: >=2019-11-01 +# [release >20191101] check_type="auto" # specify custom path to the httpd binary # [default: null] -# Compatibility: >=2019-11-01 +# [release >20191101] httpd_bin=""