check_health/configs/etc/check_linux_hpssacli.conf.dist
2017-09-02 23:27:01 +02:00

26 lines
1.0 KiB
Plaintext

#******************************************************************************
# @(#) check_linux_hpssacli.conf
#******************************************************************************
# This is a configuration file for the check_linux_hpssacli HC plugin.
# All lines starting with a '#' are comment lines.
# [default: indicates hardcoded script values if no value is defined here]
#******************************************************************************
# location of 'hpssacli' tool
hpssacli_bin="/usr/sbin/hpssacli"
# controller all show status (0=off, 1=on) [default: 1]
do_ssa_controller=1
# controller slot=X enclosure all show (0=off, 1=on) [default: 1]
do_ssa_enclosure=1
# controller slot=X physicaldrive all show status (0=off, 1=on) [default: 1]
do_ssa_physical=1
# controller slot=X logicaldrive all show status (0=off, 1=on) [default: 1]
do_ssa_logical=1
#******************************************************************************
# End of FILE
#******************************************************************************