# 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"