blob: 849517574e6788a4a1e7b0d28cfec0d6c4ee35ae (
plain) (
tree)
|
|
# Initial (empty) options.
OPTS=""
# Enable connection logging.
#OPTS="${OPTS} -a"
# Enable syslog and disable file log.
OPTS="${OPTS} -LSwd -Lf /dev/null"
# Enable agentx socket as /var/agentx/master
# *NOTE* Before uncommenting this, make sure
# the /var/agentx directory exists.
#OPTS="${OPTS} -x /var/agentx/master"
|