7 Open Issues Need Help Last updated: Jul 31, 2025

Open Issues Need Help

View All on GitHub
Setup & Validation about 1 month ago
good first issue

Application to monitor the state of wazuh agents

Go

AI Summary: The task requires a detailed walkthrough of the Wazuh Agent Status application's architecture, including its communication methods between the client and Wazuh agent, OS-specific services used (systemd, launchctl, Windows services), and a summary of its purpose, scope, and user experience. The goal is to fully understand the application's design and functionality.

Complexity: 4/5
documentation good first issue

Application to monitor the state of wazuh agents

Go

AI Summary: Create comprehensive documentation (developer and operations guides, QA checklist) for a Wazuh agent monitoring application, ensuring it's version-controlled and reviewed, to aid future maintainers.

Complexity: 4/5
good first issue

Application to monitor the state of wazuh agents

Go

AI Summary: The task involves understanding the CI/CD and release process of the Wazuh Agent Status application. This includes identifying build methods (manual/automated), reviewing binary naming conventions and GitHub Releases, testing local builds and simulated releases, and understanding how update scripts fetch the latest version. The goal is to enable the maintainer to independently publish new releases and document the build and tagging process.

Complexity: 3/5
good first issue

Application to monitor the state of wazuh agents

Go

AI Summary: Enhance the Wazuh agent status monitoring application by adding unit tests to the Go code and installation/uninstallation scripts, implementing graceful stop behavior during uninstallation or service stops, optionally adding UI feedback for offline agents, and reviewing pull requests for feature contributions. The goal is to improve the application's robustness and maintainability.

Complexity: 4/5
good first issue

Application to monitor the state of wazuh agents

Go

AI Summary: Install and test the Wazuh Agent Status application on Linux, macOS, and Windows, verifying its ability to detect agents, handle OTA updates, and auto-start on boot. This involves using systemd (Linux), launchctl (macOS), and Windows Services/Task Scheduler for installation and confirming accurate agent status reporting.

Complexity: 4/5
good first issue

Application to monitor the state of wazuh agents

Go

AI Summary: This task involves a complete knowledge transfer of a cross-platform Wazuh agent monitoring application. The new maintainer must understand the application's architecture, including its update mechanism and platform-specific implementations. They need to be able to build, install, uninstall, debug, and enhance the application across Windows, macOS, and Linux. The task also includes adding features like graceful shutdown and unit tests, improving documentation, and verifying the CI/CD pipeline.

Complexity: 4/5
good first issue

Application to monitor the state of wazuh agents

Go