blob: ad48a1d94d1b51c82b99e7759df442d5dc679593 (
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} -Lsd -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"
|