mirror of https://github.com/CISOfy/lynis.git
Added connections-max-wait-state setting alias
This commit is contained in:
parent
bcfdcc2b97
commit
2767cc2915
|
@ -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)"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue