mirror of
https://github.com/CISOfy/lynis.git
synced 2025-09-23 18:07:53 +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"
|
||||
if [ ${SKIPTEST} -eq 0 ]; then
|
||||
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"
|
||||
Display --indent 4 --text "- Checking wazuh-agent status" --result "${STATUS_FOUND}" --color GREEN
|
||||
WAZUH_AGENT_RUNNING=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user