我已经通过二进制安装(使用 preloaded_var.conf)安装了服务器和代理。服务器上 agent.conf 文件中的更改在代理上更新,但是当我重新启动代理时,agent.conf 中的更改没有运行。
当我使用 verify-agent-conf 时,我得到 ERROR: Unable to open file '/queue/ossec/.agent_info' 并且没有其他错误。
代理.conf:
enter code here
<localfile>
<log_format>syslog</log_format>
<location>/var/log/output.log</location>
<alias>SAS LOG ALERT</alias>
</localfile>
<localfile>
<log_format>full_command</log_format>
<command>netstat -ulpn|grep LISTEN |grep -v 127.0.0.1 | sort
</command>
<alias>UDP Port Scan Alert </alias>
<frequency>3600</frequency>
</localfile>
<!-- Check Ossec process CPU usage in all Agent Machines -->
<localfile>
<log_format>full_command</log_format>
<command>ps -eo pcpu,pid,user,args| grep ossec</command>
<alias>Agent Process Details</alias>
<frequency>3600</frequency>
</localfile>