updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / ossec-agent / config
blob0f81ca5687083a65b922432de8dd0fb6d4cdd75b
1 #!/bin/sh
3 # What's the IP Address of the OSSEC HIDS server?:
4 export USER_AGENT_SERVER_IP=127.0.0.1
6 # Do you want to run the integrity check daemon? (y/n) [y]:
7 export USER_ENABLE_SYSCHECK=y
9 #Do you want to run the rootkit detection engine? (y/n) [y]:
10 export USER_ENABLE_ROOTCHECK=y
12 # Active response allows you to execute a specific
13 # command based on the events received. For example,
14 # you can block an IP address or disable access for
15 # a specific user.
16 # More information at:
17 # http://www.ossec.net/en/manual.html#active-response
19 # - Do you want to enable active response? (y/n) [y]:
20 export USER_ENABLE_ACTIVE_RESPONSE=y