aboutsummaryrefslogtreecommitdiffstats
path: root/main/net-snmp/snmpd.confd
blob: 849517574e6788a4a1e7b0d28cfec0d6c4ee35ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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"