Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2018-10-17 15:16:54 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-10-17 15:16:54 +0300
commit823ebd8268ea603a00b4c582b95eb43449948b3c (patch)
tree54cf7c05b26fff2ed57964d995d4638e78806246 /include/tests_memory_processes
parent414be240e8c384eee041853abacdd31f73b6b5dd (diff)
Replaced 'warning' status to 'found'
Diffstat (limited to 'include/tests_memory_processes')
-rw-r--r--include/tests_memory_processes4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_memory_processes b/include/tests_memory_processes
index d70bddc5..95b183fa 100644
--- a/include/tests_memory_processes
+++ b/include/tests_memory_processes
@@ -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