blob: eaa88bed678a0eaa5dbbcde8324b801ee7b3b18d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
[
{ type: install
message: <<EOM
Wazuh Agent was installed
1) Copy /etc/locatime to /var/ossec/etc directory
# cp /etc/localtime /var/ossec/etc
2) You must edit /var/ossec/etc/ossec.conf.sample for your setup and rename/copy
it to ossec.conf
Take a look wazuh configuration at the following url:
https://documentation.wazuh.com/current/user-manual/index.html
3) Move /var/ossec/etc/client.keys.sample to /var/ossec/etc/client.keys. This
file is used to store agent credentials
# mv /var/ossec/etc/client.keys.sample /var/ossec/etc/client.keys
4) You can find additional useful files installed at
# /var/ossec/packages_files/agent_installation_scripts
5) FreeBSD SCA files are installed by default to the following directory:
# /var/ossec/packages_files/agent_installation_scripts/sca/freebsd
For more information about FreeBSD SCA updates take a look at:
https://github.com/alonsobsd/wazuh-freebsd
6) Add Wazuh agent to /etc/rc.conf
# sysrc wazuh_agent_enable="YES"
or
# service wazuh-agent enable
7) Start Wazuh agent
# service wazuh-agent start
8) Enjoy it ;)
EOM
}
]
|