Import from Clearcase LIV_TRC6500_V2.2.3
[debian6500.git] / install / cluster / slave / etc / default / snmpd
CommitLineData
4e802319 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.
5export MIBS=
6
7# snmpd control (yes means start daemon).
8SNMPDRUN=no
9
10# snmpd options (use syslog, close stdin/out/err).
11SNMPDOPTS='-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.
16TRAPDRUN=no
17
18# snmptrapd options (use syslog).
19TRAPDOPTS='-Lsd -p /var/run/snmptrapd.pid'
20
21# create symlink on Debian legacy location to official RFC path
22SNMPDCOMPAT=yes