Advertisement
Guest User

Untitled

a guest
May 16th, 2012
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. # This file controls the activity of snmpd and snmptrapd
  2.  
  3. # Don't load any MIBs by default.
  4. # You might comment this lines once you have the MIBs downloaded.
  5. export MIBS=
  6.  
  7. # snmpd control (yes means start daemon).
  8. SNMPDRUN=yes
  9.  
  10. # snmpd options (use syslog, close stdin/out/err).
  11. SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -g snmp -I -smux -p /var/run/snmpd.pid'
  12.  
  13. # snmptrapd control (yes means start daemon). As of net-snmp version
  14. # 5.0, master agentx support must be enabled in snmpd before snmptrapd
  15. # can be run. See snmpd.conf(5) for how to do this.
  16. TRAPDRUN=no
  17.  
  18. # snmptrapd options (use syslog).
  19. TRAPDOPTS='-Lsd -p /var/run/snmptrapd.pid'
  20.  
  21. # create symlink on Debian legacy location to official RFC path
  22. SNMPDCOMPAT=yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement