summaryrefslogtreecommitdiff
blob: ce606bbf033324a4f2737905654396be4752a77f (plain)
1
2
3
4
5
6
7
8
9
10
# Initial (empty) options.
SNMPD_FLAGS=""

# Enable syslog and disable file log.
#SNMPD_FLAGS="${SNMPD_FLAGS} -s -l /dev/null"

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