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

25 lines
973 B
Plaintext

#******************************************************************************
# @(#) check_hpux_kernel_params.conf
#******************************************************************************
# This is a configuration file for the check_hpux_kernel_params 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 kernel parameters and their values or expression (as reported by kctune)
# Format:
# [param:<param_name>:<param_value>]
# Examples:
#param:nproc:5000
#param:filecache_max:50%
#******************************************************************************
# End of FILE
#******************************************************************************