Hey everyone.
Recently, I detected that in my wazuh-agent, there's an error that appears in the logs. Is the following log:
2018/12/20 11:50:43 ossec-logcollector: ERROR: socketerr (not available).
I don't know where it comes. Here I paste the ossec.conf:
<ossec_config>
<client>
<server>
<address>xxxxxx</address>
<port>xxxx</port>
<protocol>udp</protocol>
</server>
<config-profile>xxxxx</config-profile>
<notify_time>60</notify_time>
<time-reconnect>300</time-reconnect>
<auto_restart>yes</auto_restart>
</client>
<client_buffer>
<!-- Agent buffer options -->
<disabled>no</disabled>
<queue_size>5000</queue_size>
<events_per_second>500</events_per_second>
</client_buffer>
<!-- Policy monitoring -->
<rootcheck>
<disabled>no</disabled>
<check_unixaudit>yes</check_unixaudit>
<check_files>yes</check_files>
<check_trojans>yes</check_trojans>
<check_dev>yes</check_dev>
<check_sys>yes</check_sys>
<check_pids>yes</check_pids>
<check_ports>yes</check_ports>
<check_if>yes</check_if>
Thank you so much.