mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 07:44:14 +02:00
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
|
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"
|
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."
|
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
|
AddHP 0 3
|
||||||
else
|
else
|
||||||
Display --indent 2 --text "- Checking for a running log daemon" --result "${STATUS_OK}" --color GREEN
|
Display --indent 2 --text "- Checking for a running log daemon" --result "${STATUS_OK}" --color GREEN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user