mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-13 02:14:23 +02:00
12 lines
332 B
Bash
12 lines
332 B
Bash
# 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"
|