Hello team!
I've noticed the Wazuh manager is not correctly installed on CentOS 8 systems.
By using systemctl command:
[root@centOS8-17 home]# systemctl status wazuh-manager
Unit wazuh-manager.service could not be found.
And Service:
[root@centOS8-17 home]# service wazuh-manager start
Reloading systemd: [ OK ]
Starting wazuh-manager (via systemctl): Failed to start wazuh-manager.service: Unit wazuh-manager.service not found.
[FAILED]
I was able to start it by using /var/ossec/bin/ossec-control start but systemctl still can't see it.
Hello team!
I've noticed the Wazuh manager is not correctly installed on CentOS 8 systems.
By using
systemctlcommand:And
Service:I was able to start it by using
/var/ossec/bin/ossec-control startbutsystemctlstill can't see it.