check_health/configs/etc/check_hpux_kernel_usage.conf.dist
2019-03-10 20:36:58 +01:00

35 lines
1.3 KiB
Plaintext

#******************************************************************************
# @(#) check_hpux_kernel_usage.conf
#******************************************************************************
# This is a configuration file for the check_hpux_kernel_usage 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="no"
# specify a general maximum usage threshold (percentage)
# [ default: 90% ]
max_kcusage=90
# specify individual kernel parameters and their maximum usage threshold (percentage)
# definitions here will overrides max_kcusage for these parameters
# Format:
# [param:<param_name>:<param_threshold>]
# Examples:
#param:nproc:70
# specify parameters that should be excluded from the check
# comma-separated list (as shown by kctune/kcusage)
# (does not override param:: lines from above)
# [ default: none ]
exclude_params=""
#******************************************************************************
# End of FILE
#******************************************************************************