Imported Upstream version 2.7
[ossec-hids.git] / etc / preloaded-vars.conf
index d5cb0d2..45a2f7e 100755 (executable)
 
 ### Agent Installation variables. ###
 
-# USER_AGENT_SERVER_IP specifies the IP address of the 
+# Specifies the IP address or hostname of the
 # ossec server. Only used on agent installations.
-#USER_AGENT_SERVER_IP="1.2.3.4"
+# Choose only one, not both.
+# USER_AGENT_SERVER_IP="1.2.3.4"
+# USER_AGENT_SERVER_NAME
+
+
+# USER_AGENT_CONFIG_PROFILE specifies the agent's config profile
+# name. This is used to create agent.conf configuration profiles
+# for this particular profile name. Only used on agent installations.
+# Can be any string. E.g. LinuxDBServer or WindowsDomainController
+#USER_AGENT_CONFIG_PROFILE="generic"