new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / debian / ossec-hids / usr / share / doc / ossec-hids / contrib / specs / agent / preloaded-vars.conf
1 # preloaded-vars.conf, Daniel B. Cid (dcid @ ossec.net).
2 #
3 # RPM: server/local/agent version, 1.2, 2007.07.23
4 #
5 #
6 # Use this file to customize your installations.
7 # It will make the install.sh script pre-load some
8 # specific options to make it run automatically
9 # or with less questions.
10
11 # PLEASE NOTE:
12 # When we use "n" or "y" in here, it should be changed
13 # to "n" or "y" in the language your are doing the
14 # installation. For example, in portuguese it would
15 # be "s" or "n".
16
17
18 # USER_LANGUAGE defines to language to be used.
19 # It can be "en", "br", "tr", "it", "de" or "pl".
20 # In case of an invalid language, it will default
21 # to English "en" 
22 USER_LANGUAGE="en"     # For english
23 #USER_LANGUAGE="br"     # For portuguese
24
25
26 # If USER_NO_STOP is set to anything, the confirmation
27 # messages are not going to be asked.
28 USER_NO_STOP="y"
29
30
31 # USER_INSTALL_TYPE defines the installation type to
32 # be used during install. It can only be "local",
33 # "agent" or "server".
34 #USER_INSTALL_TYPE="local"
35 USER_INSTALL_TYPE="agent"
36 #USER_INSTALL_TYPE="server"
37
38
39 # USER_DIR defines the location to install ossec
40 USER_DIR="/var/ossec"
41
42
43 # If USER_DELETE_DIR is set to "y", the directory
44 # to install OSSEC will be removed if present.
45 USER_DELETE_DIR="y"
46
47
48 # If USER_ENABLE_ACTIVE_RESPONSE is set to "n",
49 # active response will be disabled.
50 USER_ENABLE_ACTIVE_RESPONSE="n"
51
52
53 # If USER_ENABLE_SYSCHECK is set to "y", 
54 # syscheck will be enabled. Set to "n" to
55 # disable it.
56 USER_ENABLE_SYSCHECK="y"
57
58
59 # If USER_ENABLE_ROOTCHECK is set to "y",
60 # rootcheck will be enabled. Set to "n" to
61 # disable it.
62 USER_ENABLE_ROOTCHECK="y"
63
64
65 # If USER_UPDATE is set to anything, the update
66 # installation will be done.
67 #USER_UPDATE="y"
68
69 # If USER_UPDATE_RULES is set to anything, the
70 # rules will also be updated.
71 USER_UPDATE_RULES="y"
72
73 # If USER_BINARYINSTALL is set, the installation
74 # is not going to compile the code, but use the
75 # binaries from ./bin/
76 #USER_BINARYINSTALL="x"
77
78
79 ### Agent Installation variables. ###
80
81 # USER_AGENT_SERVER_IP specifies the IP address of the 
82 # ossec server. Only used on agent installations.
83 USER_AGENT_SERVER_IP="127.0.0.1"
84
85
86
87 ### Server/Local Installation variables. ###
88
89 # USER_ENABLE_EMAIL enables or disables email alerting.
90 USER_ENABLE_EMAIL="n"
91
92 # USER_EMAIL_ADDRESS defines the destination e-mail of the alerts.
93 #USER_EMAIL_ADDRESS="dcid@test.ossec.net"
94
95 # USER_EMAIL_SMTP defines the SMTP server to send the e-mails.
96 #USER_EMAIL_SMTP="test.ossec.net"
97
98
99 # USER_ENABLE_SYSLOG enables or disables remote syslog.
100 USER_ENABLE_SYSLOG="n"
101
102
103 # USER_ENABLE_FIREWALL_RESPONSE enables or disables
104 # the firewall response.
105 USER_ENABLE_FIREWALL_RESPONSE="n"
106
107
108 # Enable PF firewall (OpenBSD, FreeBSD and Darwin only)
109 USER_ENABLE_PF="n"
110
111
112 # PF table to use (OpenBSD, FreeBSD and Darwin only).
113 #USER_PF_TABLE="ossec_fwtable"
114
115
116 # USER_WHITE_LIST is a list of IPs or networks
117 # that are going to be set to never be blocked.
118 #USER_WHITE_LIST="192.168.2.1 192.168.1.0/24"
119
120
121 #### exit ? ###