Imported Upstream version 2.3
[ossec-hids.git] / src / agentlessd / README
1 Agentless Daemon.
2
3 It will use the connection type specified in the configuration to access
4 a remote box and do integrity checking or log analysis.
5
6 The connection types are specified at /var/ossec/agentless .
7
8 Example of config:
9
10
11
12 <agentless>
13   <type>ssh_integrity_check_bsd</type>
14   <frequency>3600</frequency>
15   <host>dcid@127.0.0.1</host>
16   <state>periodic</state>
17   <arguments>/bin /etc/ /sbin</arguments>
18 </agentless>
19
20 <agentless>
21   <type>ssh_integrity_check_linux</type>
22   <frequency>3600</frequency>
23   <host>dcid@192.168.2.15</host>
24   <state>periodic</state>
25   <arguments>/bin /etc/ /sbin</arguments>
26 </agentless>