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>2016-08-13 18:05:38 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-13 18:05:38 +0300
commitdb882163268a86827ccc4424f197cb57f275c032 (patch)
tree67e825d402fec16287231a00027d22ddb3271a58 /include/tests_databases
parent05585fab62bfd6c19e645c1e1cf3e0b94f79dd72 (diff)
Define Redis (server) running status in report
Diffstat (limited to 'include/tests_databases')
-rw-r--r--include/tests_databases2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_databases b/include/tests_databases
index fd09ffc1..9b3019c0 100644
--- a/include/tests_databases
+++ b/include/tests_databases
@@ -175,7 +175,7 @@
LogText "Result: Redis is running"
REDIS_RUNNING=1
DATABASE_ENGINE_RUNNING=1
- Report "redis_running=${REDIS_RUNNING}"
+ Report "redis_server_running=${REDIS_RUNNING}"
else
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"