mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-31 01:34:23 +02:00
Define Redis (server) running status in report
This commit is contained in:
parent
05585fab62
commit
db88216326
@ -175,7 +175,7 @@
|
|||||||
LogText "Result: Redis is running"
|
LogText "Result: Redis is running"
|
||||||
REDIS_RUNNING=1
|
REDIS_RUNNING=1
|
||||||
DATABASE_ENGINE_RUNNING=1
|
DATABASE_ENGINE_RUNNING=1
|
||||||
Report "redis_running=${REDIS_RUNNING}"
|
Report "redis_server_running=${REDIS_RUNNING}"
|
||||||
else
|
else
|
||||||
if [ ${DEBUG} -eq 1 ]; then Display --indent 2 --text "- Redis (server) status" --result "${STATUS_NOT_FOUND}" --color WHITE --debug; fi
|
if [ ${DEBUG} -eq 1 ]; then Display --indent 2 --text "- Redis (server) status" --result "${STATUS_NOT_FOUND}" --color WHITE --debug; fi
|
||||||
LogText "Result: No Redis processes are running"
|
LogText "Result: No Redis processes are running"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user