--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.
To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/15e0a6e8-3925-408e-9375-1fd227665957%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
do you have shared syscollector information in agent.conf? If so try removing it (from the manager, and also clean it at the agent just in case) as that was known to cause a segmentation fault in 3.2.0. This has been fixed in 3.2.1
<agent_config>
<!-- Shared agent configuration here -->
</agent_config>
root@ubuntu:~# sqlite3 /var/ossec/queue/db/001.dbSQLite version 3.11.0 2016-02-15 17:29:24Enter ".help" for usage hints.sqlite> select * from sys_osinfo;1831895358|2018/03/05 21:13:54|W7|i686|Microsoft Windows 7 Professional|6.1.7601|||6|1|7601|||
It should retrieve the OS information of your agent and check if the scan worked for your agents.
windows.debug=2
--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.
To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/435eb516-7222-4791-8b45-aa3ff6cbd85c%40googlegroups.com.
root@rpc-ossec:~# sqlite3 /var/ossec/queue/db/065.db
SQLite version 3.11.0 2016-02-15 17:29:24
Enter ".help" for usage hints.
sqlite> select * from sys_osinfo;
885645261|2018/03/02 01:29:42|C01-ADS-SVC02|x86_64|Microsoft Windows Server 2012 R2 Standard|6.3.9600||6|3|9600|||
Another thing that could help us is setting the debug mode in the Windows agents, editing the "local_internal_options.conf" file in the agent adding the following line:windows.debug=2
After that, restart your agent and look for the logs retrieved from the syscollector module.
Apart from that, I recommend you to upgrade your environment to the last version, v3.2.1, where several bugs related to Syscollector have been fixed.
--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.
To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/48d7d1b5-4922-4a20-9f70-50647ed42608%40googlegroups.com.