check_health/configs/etc/check_hpux_kernel_params.conf.dist
Patrick Van der Veken c3179ca283 Fix typo
2018-01-05 15:50:35 +01:00

17 lines
815 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 kernel parameters and their values or expression (as reported by kctune)
# [param:<param_name>:<param_value>]
param:nproc:5000
param:filecache_max:50%
#******************************************************************************
# End of FILE
#******************************************************************************