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

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

# log messages to specified file
#SNMPTRAPD_FLAGS="${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]
#SNMPTRAPD_FLAGS="${OPTS} -Ls d"