mirror of
https://github.com/CISOfy/lynis.git
synced 2025-09-25 18:59:13 +02:00
Fix wazuh agent deamon
Fix "wazuh-agent" to "wazuh-agent" #pgrep -fl wazuh-agent 1412 wazuh-agentd
This commit is contained in:
parent
2e24dd0a1e
commit
ad38850943
@ -321,7 +321,7 @@
|
|||||||
|
|
||||||
# Wazuh agent
|
# Wazuh agent
|
||||||
LogText "Test: checking process wazuh-agent to test for Wazuh agent"
|
LogText "Test: checking process wazuh-agent to test for Wazuh agent"
|
||||||
if IsRunning "wazuh-agent"; then
|
if IsRunning "wazuh-agentd"; then
|
||||||
if IsVerbose; then Display --indent 2 --text "- ${GEN_CHECKING} Wazuh agent" --result "${STATUS_FOUND}" --color GREEN; fi
|
if IsVerbose; then Display --indent 2 --text "- ${GEN_CHECKING} Wazuh agent" --result "${STATUS_FOUND}" --color GREEN; fi
|
||||||
LogText "Result: found Wazuh component"
|
LogText "Result: found Wazuh component"
|
||||||
FOUND=1
|
FOUND=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user