17 lines
815 B
Plaintext
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 kernal 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
|
|
#****************************************************************************** |