-
Notifications
You must be signed in to change notification settings - Fork 29
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
Agent centralized configuration: validate and apply downloaded files #263
Comments
Work update2024/11/05
2024/11/12
2024/11/19
2024/11/20
2024/11/21
2024/11/22
2024/11/25
2024/11/26
2024/11/27
As for the inventory module, the tests are satisfactory: initial configuration in wazuh-agent.yml:
Agent starts without groups:
I assign it to the group validYaml2 validYaml2 content:
processing of set-group:
content of configuration loaded by configparser with local and shared config:
inventory performing scans every 2 min as configured
While the logcollector module stops correctly and the configuration is loaded correctly but when launching the internal subroutines they cannot be launched because the reference to the io_context has been lost:
this means that the task of monitoring each file could not be launched successfully. 2024/11/28
2024/11/29
2024/12/02
2024/12/03
2024/12/04
2024/12/05
|
Parent issue:
Description
As part of the development of #32 it is necessary for the module to validate the files received and if they are correct apply the configuration received or restart the agent as needed.
File Reading and Validation:
Configuration Application:
Other considerations:
m_setGroupIdFunction
,m_getGroupIdFunction
,m_downloadGroupFilesFunction
).The text was updated successfully, but these errors were encountered: