-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update agent installation command for all agents #4204
Comments
Research made here -> wazuh/wazuh-packages#1625 |
We have added new entries to the selectors of:
This issue is being resolved together with this other issue #4178 in the same PR. This issue is blocked by wazuh/wazuh-documentation#5561 as we need to link the additional installation steps for agents being installed in EOL operating systems. Steps to test: |
This is how the 'Deploy a new agent' section looks like now, while the issue is still blocked by wazuh/wazuh-documentation#5561. videoagentes.mp4 |
With the updated information that @okynos sent me yesterday, this is how ui looks today: Based on this information I must update versions, architecture and commands for each OS distribution Updated information: videonewhoy.mp4 |
Today, @okynos updated me on the information: Based on this information I must update versions, architecture and commands for each OS distribution Amazon Linux 1 is a fork (Derivative) of CentOS 6 |
This is what the 'Deploy new agent' section looks like. ultimaversion.mp4 |
Today a small message has been added with a link to documentation for AIX, HP-UX and Solaris OS. This is how it looks like: links.mp4 |
Status
|
Added links for these OS: AIX 6.1 TL9+ and removed messages and links for these: CentOS 5 and 6 |
Describe the solution you'd like
We need to revise all agents command. For example, debian does not come with
curl
installed by default, we need to change it to usewget
instead, as this command comes by default.For example:
wget https://packages.wazuh.com/4.x/apt/pool/main/w/wazuh-agent/wazuh-agent_4.3.3-1_amd64.deb -O wazuh-agent-4.3.3.deb && sudo WAZUH_MANAGER='pvcga636385p.cloud.wazuh.com' WAZUH_REGISTRATION_PASSWORD='F7y8JwV9XOq8NiqY1WPeoIqqoT8nxZtx' WAZUH_AGENT_GROUP='default' dpkg -i ./wazuh-agent-4.3.3.deb
@wazuh/cicd team will devise the exact command we need to tell the user in the agent installation wizard, and @wazuh/frontend will update the UI to reflect the changes appropriately.
Related issues:
The text was updated successfully, but these errors were encountered: