aboutsummaryrefslogtreecommitdiffstats
path: root/main/net-snmp/snmptrapd.confd
blob: 7f10cfeee6445a5c11111f35c1da7b387864125a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# extra flags to pass to snmptrapd
OPTS=""

# ignore authentication failure traps
#OPTS="${OPTS} -a"

# log messages to specified file
#OPTS="${OPTS} -Lf /var/log/snmptrapd.log"

# log messages to syslog with the specified facility
# where facility is: 'd' = LOG_DAEMON, 'u' = LOG_USER, [0-7] = LOG_LOCAL[0-7]
#OPTS="${OPTS} -Ls d"