-
Notifications
You must be signed in to change notification settings - Fork 203
Change the agent startup command in macOS #7430
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
Change the agent startup command in macOS #7430
Conversation
The previous command used `wazuh-control start`, which is deprecated. The new command uses `launchctl load` to properly start the Wazuh agent as a macOS service.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Legend:
⚫ => The test hasn't started yet.
🟢 => All checks passed.
🟡 => There is at least one expected fail or skipped test and no failures.
🔴 => There is at least one failed check.
⚪ => Doesn't apply.
🔧 => Request changes.
❓ => Needs more information.
🧪 Test 2025/05/09
CR 🟢
TEST 🟢
Screen.Recording.2025-05-09.at.5.55.41.PM.mov




CHANGELOG.md
Outdated
@@ -24,6 +24,7 @@ All notable changes to the Wazuh app project will be documented in this file. | |||
### Changed | |||
|
|||
- Refined queue usage visualizations in Statistics [#7192](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7192) | |||
- Changed macOS agent startup command [#7430](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7430) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changelog was added in 4.12.0 version. It has to be added in 4.12.1. Please fix this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
|
|
Description
The agent start command is changed so that it is synchronized with the documentation and does not give errors when uninstalling the agent.
Issues Resolved
Evidence
Test
Check List