Added connections-max-wait-state setting alias

This commit is contained in:
Michael Boelen 2016-08-13 09:47:50 +02:00
parent bcfdcc2b97
commit 2767cc2915
1 changed files with 2 additions and 1 deletions

View File

@ -43,6 +43,7 @@
case ${OPTION} in
# Define which compliance standards are enabled
# For this to work, the Enterprise plugins are needed
compliance_standards | check-compliance)
COMPLIANCE_STANDARDS_ENABLED=$(echo ${VALUE} | tr ',' ' ')
for STANDARD in ${COMPLIANCE_STANDARDS_ENABLED}; do
@ -62,7 +63,7 @@
CHECK_VALUE_ARRAY="${CHECK_OPTION_ARRAY} ${STRING}"
;;
# Maximum number of WAITing connections
connections_max_wait_state)
connections-max-wait-state | connections_max_wait_state)
OPTIONS_CONN_MAX_WAIT_STATE="${VALUE}"
AddSetting "connections-max-wait-state" "${OPTIONS_CONN_MAX_WAIT_STATE}" "Connections (max-wait-state)"
;;