default_snmpd 740 B

12345678910111213141516171819202122
  1. # This file controls the activity of snmpd and snmptrapd (Salt managed)
  2. # Don't load any MIBs by default.
  3. # You might comment this lines once you have the MIBs downloaded.
  4. export MIBS=
  5. # snmpd control (yes means start daemon).
  6. SNMPDRUN=yes
  7. # snmpd options (use syslog, close stdin/out/err).
  8. SNMPDOPTS='-LSwd -Lf /dev/null -u snmp -g snmp -I -smux -p /var/run/snmpd.pid'
  9. # snmptrapd control (yes means start daemon). As of net-snmp version
  10. # 5.0, master agentx support must be enabled in snmpd before snmptrapd
  11. # can be run. See snmpd.conf(5) for how to do this.
  12. TRAPDRUN=no
  13. # snmptrapd options (use syslog).
  14. TRAPDOPTS='-LS5d -p /var/run/snmptrapd.pid'
  15. # create symlink on Debian legacy location to official RFC path
  16. SNMPDCOMPAT=yes