wazuh / wazuh-installation-assistant

Wazuh - Installation assistant
https://wazuh.com/
GNU General Public License v2.0
0 stars 3 forks source link

Added architecture information to assistant #92

Closed davidcr01 closed 2 weeks ago

davidcr01 commented 2 weeks ago

Descrption

Closes: https://github.com/wazuh/wazuh-installation-assistant/issues/83 The aim of this PR is to add more information about the supported architecture when performing an installation using the Wazuh installation assistant.

With this new development, it is clarified that the supported architecture is x86_64/AMD64.

[root@ip-172-31-21-245 ec2-user]# bash wazuh-install.sh -a -v
02/10/2024 13:31:01 DEBUG: Checking root permissions.
02/10/2024 13:31:01 DEBUG: Checking sudo package.
02/10/2024 13:31:01 INFO: Starting Wazuh installation assistant. Wazuh version: 4.10.1 (x86_64/AMD64)
02/10/2024 13:31:01 INFO: Verbose logging redirected to /var/log/wazuh-install.log
02/10/2024 13:31:01 DEBUG: YUM package manager will be used.
02/10/2024 13:31:01 DEBUG: Checking system distribution.
02/10/2024 13:31:01 DEBUG: Detected distribution name: amzn
02/10/2024 13:31:01 DEBUG: Detected distribution version: 2
02/10/2024 13:31:01 DEBUG: Installing check dependencies.
02/10/2024 13:31:02 DEBUG: Checking Wazuh installation.
02/10/2024 13:31:02 DEBUG: Checking system architecture.
02/10/2024 13:31:02 ERROR: Uncompatible system. This script must be run on a 64-bit (x86_64/AMD64) system.
[root@ip-172-31-21-245 ec2-user]#