2019-04-21 19:47:57 +00:00
|
|
|
# This file controls the activity of snmpd
|
|
|
|
|
|
|
|
# Don't load any MIBs by default.
|
|
|
|
# You might comment this lines once you have the MIBs downloaded.
|
|
|
|
export MIBS=
|
|
|
|
|
|
|
|
# snmpd control (yes means start daemon).
|
|
|
|
SNMPDRUN=yes
|
|
|
|
|
|
|
|
# snmpd options (use syslog, close stdin/out/err).
|
2019-04-21 19:53:10 +00:00
|
|
|
SNMPDOPTS='-LS0-5d -Lf /dev/null -u snmp -g snmp -I -smux,mteTrigger,mteTriggerConf -p /run/snmpd.pid'
|