K2.6 patches and update.
[tomato.git] / release / src / router / snmp / snmpd.conf
blob639b7a6102199e1fd9284703f6df786c4d0cc114
1 ###########################################################################
3 # snmpd.conf
5 #   - created by the snmpconf configuration program
7 ###########################################################################
8 # SECTION: Access Control Setup
10 #   This section defines who is allowed to talk to your running
11 #   snmp agent.
13 # rwuser: a SNMPv3 read-write user
14 #   arguments:  user [noauth|auth|priv] [restriction_oid]
16 rwuser  nikki  
18 # rouser: a SNMPv3 read-only user
19 #   arguments:  user [noauth|auth|priv] [restriction_oid]
21 rouser  nikki  
23 # rocommunity: a SNMPv1/SNMPv2c read-only access community name
24 #   arguments:  community [default|hostname|network/bits] [oid]
26 rocommunity  public  
33 ###########################################################################
34 # SECTION: Monitor Various Aspects of the Running Host
36 #   The following check up on various aspects of a host.
38 # proc: Check for processes that should be running.
39 #     proc NAME [MAX=0] [MIN=0]
40 #   
41 #     NAME:  the name of the process to check for.  It must match
42 #            exactly (ie, http will not find httpd processes).
43 #     MAX:   the maximum number allowed to be running.  Defaults to 0.
44 #     MIN:   the minimum number to be running.  Defaults to 0.
45 #   
46 #   The results are reported in the prTable section of the UCD-SNMP-MIB tree
47 #   Special Case:  When the min and max numbers are both 0, it assumes
48 #   you want a max of infinity and a min of 1.
50 proc    0
57 ###########################################################################
58 # SECTION: Trap Destinations
60 #   Here we define who the agent will send traps to.
62 # informsink: A SNMPv2c inform (acknowledged trap) receiver
63 #   arguments: host [community] [portnum]
65 informsink  fekda traps 160
67 # trapcommunity: Default trap sink community to use
68 #   arguments: community-string
70 trapcommunity  traps
72 # authtrapenable: Should we send traps when authentication failures occur
73 #   arguments: 1 | 2   (1 = yes, 2 = no)
75 authtrapenable  1
79 ###########################################################################
80 # SECTION: System Information Setup
82 #   This section defines some of the information reported in
83 #   the "system" mib group in the mibII tree.
85 # syslocation: The [typically physical] location of the system.
86 #   Note that setting this value here means that when trying to
87 #   perform an snmp SET operation to the sysLocation.0 variable will make
88 #   the agent return the "notWritable" error code.  IE, including
89 #   this token in the snmpd.conf file will disable write access to
90 #   the variable.
91 #   arguments:  location_string
93 syslocation  "Moscow, Russia"
95 # syscontact: The contact information for the administrator
96 #   Note that setting this value here means that when trying to
97 #   perform an snmp SET operation to the sysContact.0 variable will make
98 #   the agent return the "notWritable" error code.  IE, including
99 #   this token in the snmpd.conf file will disable write access to
100 #   the variable.
101 #   arguments:  contact_string
103 syscontact  Unknown
105 # sysservices: The proper value for the sysServices object.
106 #   arguments:  sysservices_number
108 sysservices 15