Import from Clearcase LIV_TRC6500_V2.2.3
[debian6500.git] / install / cluster / master / etc / default / snmpd
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="-LS4d -Lf /dev/null -I -smux -p /var/run/snmpd.pid 127.0.0.1 10.133.28.160"
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='-LS4d -p /var/run/snmptrapd.pid'
20
21 # create symlink on Debian legacy location to official RFC path
22 SNMPDCOMPAT=yes