The Wazuh Agent is designed to protect Arch Linux systems with advanced threat prevention, detection, and response capabilities. This repository contains the PKGBUILD and necessary files to build and install the Wazuh Agent package from the Arch User Repository (AUR).
The following dependencies are required for building the Wazuh Agent package:
To get started, clone the repository:
git clone https://github.com/mranv/wazuh-agent-archlinux && cd wazuh-agent-archlinux
Build the package using makepkg
:
makepkg -si
Once the package is built, install it using pacman
:
sudo pacman -U wazuh-agent-4.8.0-1-any.pkg.tar.zst
Some users have reported issues with the Wazuh Agent failing to start due to problems with wazuh-execd
or ossec.conf
errors. Ensure that your configuration files are correct and try restarting the service:
sudo systemctl restart wazuh-agent
If the problem persists, review the logs for any error messages:
journalctl -u wazuh-agent
If you encounter any issues or have suggestions for improvements, please report them on the AUR package page or submit a pull request.
For any queries or support, you can contact the maintainer Anubhav Gain.