mirror of https://github.com/CISOfy/lynis.git
Removed unneeded field for warnings and suggestions
This commit is contained in:
parent
f14072d216
commit
74a11c97e7
|
@ -48,7 +48,7 @@
|
|||
Display --indent 2 --text "- Checking for a running log daemon" --result "${STATUS_WARNING}" --color RED
|
||||
LogText "Result: Could not find a syslog daemon like syslog, syslog-ng, rsyslog, metalog, systemd-journal"
|
||||
ReportSuggestion ${TEST_NO} "Check if any syslog daemon is running and correctly configured."
|
||||
ReportWarning ${TEST_NO} "H" "No syslog daemon found"
|
||||
ReportWarning ${TEST_NO} "No syslog daemon found"
|
||||
AddHP 0 3
|
||||
else
|
||||
Display --indent 2 --text "- Checking for a running log daemon" --result "${STATUS_OK}" --color GREEN
|
||||
|
|
Loading…
Reference in New Issue