6f5262bc2c
1. Modify snmp user to Debian-snmp to fit snmpd 5.7.3 2. Fix a bug that cause sysLocation to be missing from snmpd.conf
12 lines
397 B
Plaintext
12 lines
397 B
Plaintext
# 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).
|
|
SNMPDOPTS='-LS4d -Lf /dev/null -u Debian-snmp -g Debian-snmp -I -smux,mteTrigger,mteTriggerConf,ifTable,ifXTable -p /run/snmpd.pid'
|