Hi,
Could you please provide more details about your issue? Are you facing an issue related to Wazuh centralized agent configuration? Please let me know what kind of FIM configuration you are trying to set up.
In Wazuh, the agent.conf file does not sync with the Wazuh manager's ossec.conf file. The Wazuh manager’s ossec.conf is used to configure the Wazuh manager service, while the agent.conf file is used to configure Wazuh agents remotely using the Wazuh manager through its centralized agent configuration capability.
If you need to configure the Wazuh agents remotely, you can use the Wazuh centralized agent configuration. For that, you first need to create a group and add the agents to that group. By using groups, you can configure multiple agents from the Wazuh manager. You can refer Wazuh agent grouping documentation for this.
After that, you can add your configurations in the agent.conf file to configure the agents remotely. You can refer to the Wazuh centralized agent configuration documentation for detailed guidance.
Note: -
When setting up remote commands in the shared agent configuration, you must enable remote commands for Agent Modules. This is done by adding the following line to the /var/ossec/etc/local_internal_options.conf file on the agent:
--
You received this message because you are subscribed to a topic in the Google Groups "Wazuh | Mailing List" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/wazuh/8B_iePcKkcg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to wazuh+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/wazuh/95794abf-0c40-4ec3-95d0-7f4e3ea31daen%40googlegroups.com.


Hi,
I apologize for the late response. Could you please let me know the version of Wazuh manager and Wazuh agent that you are using? To check the version, you can run the following command on both servers:
/var/ossec/bin/wazuh-control info
If there is an issue, check the configuration that you have done.
Please share the /var/ossec/etc/shared/<agent-group-name>/agent.conf file from the Wazuh manager server so we can analyze it on our end.
Restart the Wazuh agent service:
Also, please share the Wazuh agent's /var/ossec/logs/ossec.log file that is showing the issue.
Share the Wazuh manager /var/ossec/logs/ossec.log file with us to check if there is any error entries.
You can also check if the new configurations are added to the Wazuh agent's /var/ossec/etc/shared/agent.conf file.
Additionally, you can refer to the Wazuh syscheck configuration documentation to validate your FIM configuration.