mirror of
https://github.com/CISOfy/lynis.git
synced 2025-09-24 02:17:50 +02:00
[LOGG-2144] changed process name for Wazuh agent
This commit is contained in:
parent
69c638d573
commit
7b6ee4a76c
@ -226,7 +226,7 @@
|
|||||||
Register --test-no LOGG-2144 --os Linux --weight L --network NO --category security --description "Checking wazuh-agent"
|
Register --test-no LOGG-2144 --os Linux --weight L --network NO --category security --description "Checking wazuh-agent"
|
||||||
if [ ${SKIPTEST} -eq 0 ]; then
|
if [ ${SKIPTEST} -eq 0 ]; then
|
||||||
LogText "Result: Searching for wazuh-agent instances in the process list"
|
LogText "Result: Searching for wazuh-agent instances in the process list"
|
||||||
if IsRunning "wazuh-agent"; then
|
if IsRunning "wazuh-agentd"; then
|
||||||
LogText "Result: Found wazuh-agent in process list"
|
LogText "Result: Found wazuh-agent in process list"
|
||||||
Display --indent 4 --text "- Checking wazuh-agent status" --result "${STATUS_FOUND}" --color GREEN
|
Display --indent 4 --text "- Checking wazuh-agent status" --result "${STATUS_FOUND}" --color GREEN
|
||||||
WAZUH_AGENT_RUNNING=1
|
WAZUH_AGENT_RUNNING=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user