Skip to content

Commit 7b6ee4a

Browse files
committed
[LOGG-2144] changed process name for Wazuh agent
1 parent 69c638d commit 7b6ee4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/tests_logging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
Register --test-no LOGG-2144 --os Linux --weight L --network NO --category security --description "Checking wazuh-agent"
227227
if [ ${SKIPTEST} -eq 0 ]; then
228228
LogText "Result: Searching for wazuh-agent instances in the process list"
229-
if IsRunning "wazuh-agent"; then
229+
if IsRunning "wazuh-agentd"; then
230230
LogText "Result: Found wazuh-agent in process list"
231231
Display --indent 4 --text "- Checking wazuh-agent status" --result "${STATUS_FOUND}" --color GREEN
232232
WAZUH_AGENT_RUNNING=1

0 commit comments

Comments
 (0)