Skip to content

Conversation

@awhittle2
Copy link

@awhittle2 awhittle2 commented Jun 3, 2025

Related issue: #373

Description:

I added code to check that the wazuh dashboard service exists as well as the /etc/wazuh-dashboard directory. This is an attempt to solve an issue I ran into with the installation assistant not properly installing the dashboard or certificates by alerting the user if the aforementioned items do not exist.

Summary:

  • Updated file: install_functions/dashboard.sh
  • New functionality:
    • dashboard_installServiceCheck: Verifies the presence of the Wazuh Dashboard service.
    • dashboard_installFolderCheck: Confirms the existence of the /etc/wazuh-dashboard folder.
  • Changed functionality:
    • dashboard_initializeAIO - Now checks for successful execution of both dashboard_installServiceCheck and dashboard_installFolderCheck before displaying a summary.

Added code to check that the wazuh dashboard service exists as well as the /etc/wazuh-dashboard directory. This is an attempt to solve an issue I ran into with the installation assistant not properly installing the dashboard or certificates by alerting the user if the aforementioned items do not exist.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant