[LOGG-2144] changed process name for Wazuh agent

This commit is contained in:
Michael Boelen 2025-08-19 13:13:06 +00:00
parent 69c638d573
commit 7b6ee4a76c
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04

View File

@ -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