mirror of https://github.com/CISOfy/lynis.git
Replaced 'warning' status to 'found'
This commit is contained in:
parent
414be240e8
commit
823ebd8268
|
@ -206,7 +206,7 @@
|
|||
Display --indent 4 --text "- Checking audit configuration file" --result "${STATUS_OK}" --color GREEN
|
||||
else
|
||||
LogText "Result: could not find auditd configuration file"
|
||||
Display --indent 4 --text "- Checking audit configuration file" --result "${STATUS_WARNING}" --color RED
|
||||
Display --indent 4 --text "- Checking audit configuration file" --result "${STATUS_FOUND}" --color RED
|
||||
ReportSuggestion ${TEST_NO} "Determine the location of auditd configuration file"
|
||||
fi
|
||||
fi
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
else
|
||||
LogText "Result: found one or more dead or zombie processes"
|
||||
LogText "Output: PIDs ${FIND}"
|
||||
Display --indent 2 --text "- Searching for dead/zombie processes" --result "${STATUS_WARNING}" --color RED
|
||||
Display --indent 2 --text "- Searching for dead/zombie processes" --result "${STATUS_FOUND}" --color RED
|
||||
ReportSuggestion ${TEST_NO} "Check the output of ps for dead or zombie processes"
|
||||
fi
|
||||
fi
|
||||
|
@ -109,7 +109,7 @@
|
|||
LogText "Result: found one or more processes which were waiting to get IO requests handled first"
|
||||
LogText "More info: processes which show up with the status flag 'D' are often stuck, until a disk IO event finished. This can happen for example with network storage, where the connection or protocol settings are not logtext well configured."
|
||||
LogText "Output: PIDs ${FIND}"
|
||||
Display --indent 2 --text "- Searching for IO waiting processes" --result "${STATUS_WARNING}" --color RED
|
||||
Display --indent 2 --text "- Searching for IO waiting processes" --result "${STATUS_FOUND}" --color RED
|
||||
ReportSuggestion ${TEST_NO} "Check process listing for processes waiting for IO requests"
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue