check_health/etc/opt/hc/check_linux_process_limits.conf.dist
2019-03-26 11:18:24 +01:00

36 lines
1.5 KiB
Plaintext

#******************************************************************************
# @(#) check_linux_process_limits.conf
#******************************************************************************
# This is a configuration file for the check_linux_process_limits 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"
# -- user stanzas --
# supported limit checks: Max open files; Max processes
# format:
# user:<user name>;<limit name>;<soft threshold in %>;<hard threshold in %>
# note: <limit name> must exactly match the descriptor in /proc/<PID>/limits
# thresholds are optional (will not be checked when not specified)
# Examples:
#user;postfix;Max open files;;75
# -- process stanzas --
# supported limit checks: Max open files
# format:
# process:<process name>;<limit name>;<soft threshold in %>;<hard threshold in %>
# note: <limit name> must exactly match the descriptor in /proc/<PID>/limits
# thresholds are optional (will not be checked when not specified)
# Examples:
#process;nfsd;Max open files;100;80
#******************************************************************************
# End of FILE
#******************************************************************************