Skip to content
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

Add support for agent self-restarting #54

Open
1 of 3 tasks
vikman90 opened this issue Jul 25, 2024 · 0 comments · May be fixed by #386
Open
1 of 3 tasks

Add support for agent self-restarting #54

vikman90 opened this issue Jul 25, 2024 · 0 comments · May be fixed by #386
Assignees
Labels

Comments

@vikman90
Copy link
Member

vikman90 commented Jul 25, 2024

Parent issue:

Description

We need to develop a Minimum Viable Product (MVP) that enables the Wazuh agent to support a command for self-restart.

Functional requirements

  • The agent should accept a command to initiate a restart.
  • The agent should perform a clean restart, ensuring all processes are correctly shut down and restarted.
  • Log the restart event, including the timestamp and initiating command details.

Non-functional requirements

  • The restart process should not exceed a predefined time limit (e.g., 30 seconds) to minimize downtime.

Implementation restrictions

  • Start from the Spike issue: Agent command manager #4
  • Ensure that the implementation is thoroughly tested with unit tests and integration tests.

Plan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: On hold
Development

Successfully merging a pull request may close this issue.

2 participants