1 # preloaded-vars.conf, Daniel B. Cid (dcid @ ossec.net).
3 # RPM: server/local/agent version, 1.2, 2007.07.23
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.
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
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
22 USER_LANGUAGE="en" # For english
23 #USER_LANGUAGE="br" # For portuguese
26 # If USER_NO_STOP is set to anything, the confirmation
27 # messages are not going to be asked.
31 # USER_INSTALL_TYPE defines the installtion 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"
39 # USER_DIR defines the location to install ossec
43 # If USER_DELETE_DIR is set to "y", the directory
44 # to install OSSEC will be removed if present.
48 # If USER_ENABLE_ACTIVE_RESPONSE is set to "n",
49 # active response will be disabled.
50 USER_ENABLE_ACTIVE_RESPONSE="n"
53 # If USER_ENABLE_SYSCHECK is set to "y",
54 # syscheck will be enabled. Set to "n" to
56 USER_ENABLE_SYSCHECK="y"
59 # If USER_ENABLE_ROOTCHECK is set to "y",
60 # rootcheck will be enabled. Set to "n" to
62 USER_ENABLE_ROOTCHECK="y"
65 # If USER_UPDATE is set to anything, the update
66 # installation will be done.
69 # If USER_UPDATE_RULES is set to anything, the
70 # rules will also be updated.
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"
79 ### Agent Installation variables. ###
81 # USER_AGENT_SERVER_IP specifies the IP address of the
82 # ossec server. Only used on agent installtions.
83 USER_AGENT_SERVER_IP="127.0.0.1"
87 ### Server/Local Installation variables. ###
89 # USER_ENABLE_EMAIL enables or disables email alerting.
92 # USER_EMAIL_ADDRESS defines the destination e-mail of the alerts.
93 #USER_EMAIL_ADDRESS="dcid@test.ossec.net"
95 # USER_EMAIL_SMTP defines the SMTP server to send the e-mails.
96 #USER_EMAIL_SMTP="test.ossec.net"
99 # USER_ENABLE_SYSLOG enables or disables remote syslog.
100 USER_ENABLE_SYSLOG="n"
103 # USER_ENABLE_FIREWALL_RESPONSE enables or disables
104 # the firewall response.
105 USER_ENABLE_FIREWALL_RESPONSE="n"
108 # Enable PF firewall (OpenBSD, FreeBSD and Darwin only)
112 # PF table to use (OpenBSD, FreeBSD and Darwin only).
113 #USER_PF_TABLE="ossec_fwtable"
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"