Agentless Daemon.

It will use the connection type specified in the configuration to access
a remote box and do integrity checking or log analysis.

The connection types are specified at /var/ossec/agentless .

Example of config:



<agentless>
  <type>ssh_integrity_check_bsd</type>
  <frequency>3600</frequency>
  <host>dcid@127.0.0.1</host>
  <state>periodic</state>
  <arguments>/bin /etc/ /sbin</arguments>
</agentless>

<agentless>
  <type>ssh_integrity_check_linux</type>
  <frequency>3600</frequency>
  <host>dcid@192.168.2.15</host>
  <state>periodic</state>
  <arguments>/bin /etc/ /sbin</arguments>
</agentless>
