summaryrefslogtreecommitdiffstats
path: root/main/net-snmp/snmpd.confd
blob: 7b178dabbcdbb24fb4c21043c3e576f5383c46b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Initial (empty) options.
OPTS=""

# Enable connection logging.
#SNMPD_FLAGS="${OPTS} -a"

# Enable syslog and disable file log.
SNMPD_FLAGS="${OPTS} -LSwd -Lf /dev/null"

# Enable agentx socket as /var/agentx/master
# *NOTE* Before uncommenting this, make sure
#        the /var/agentx directory exists.
#SNMPD_FLAGS="${OPTS} -x /var/agentx/master"