We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c638d commit 7b6ee4aCopy full SHA for 7b6ee4a
include/tests_logging
@@ -226,7 +226,7 @@
226
Register --test-no LOGG-2144 --os Linux --weight L --network NO --category security --description "Checking wazuh-agent"
227
if [ ${SKIPTEST} -eq 0 ]; then
228
LogText "Result: Searching for wazuh-agent instances in the process list"
229
- if IsRunning "wazuh-agent"; then
+ if IsRunning "wazuh-agentd"; then
230
LogText "Result: Found wazuh-agent in process list"
231
Display --indent 4 --text "- Checking wazuh-agent status" --result "${STATUS_FOUND}" --color GREEN
232
WAZUH_AGENT_RUNNING=1
0 commit comments