~ubuntu-branches/ubuntu/precise/net-snmp/precise

« back to all changes in this revision

Viewing changes to man/netsnmp_utilities.3

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-28 14:59:36 UTC
  • mfrom: (1.2.3 upstream) (1.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100628145936-cbiallic69pn044g
Tags: 5.4.3~dfsg-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Set Ubuntu maintainer address.
  - net-snmp-config: Use bash. (LP: #104738)
  - Removed multiuser option when calling update-rc.d. (LP: #254261)
  - debian/snmpd.init: LSBify the init script.
  - debian/patches/52_fix_snmpcmd_1_typo.patch: Adjust a typo in snmpcmd.1
    (LP: #250459)
  - debian/snmpd.postinst: source debconf before doing work, LP: #589056
  - debian/snmp.preinst, debian/snmp.prerm: kill any/all processes owned by
    snmp user before install/uninstall, LP: #573391
  - Add apport hook (LP: #533603):
  - debian/{snmp,snmpd}.apport: Added.
  - debian/control: Build-depends on dh-apport.
  - debian/rules: 
    + Add --with apport.
    + override_dh_apport to install hook on snmpd package only.
 * Dropped patches:
   - debian/patches/99-fix-ubuntu-div0.patch: Fix dvision by zero.. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "utility_handlers" 3 "5 Sep 2008" "Version 5.4.2" "net-snmp" \" -*- nroff -*-
 
1
.TH "utility_handlers" 3 "23 May 2010" "Version 5.4.3.pre1" "net-snmp" \" -*- nroff -*-
2
2
.ad l
3
3
.nh
4
4
.SH NAME
5
 
utility_handlers \- Simplify request processing A group of handlers intended to simplify certain aspects of processing a request for a MIB object.  
 
5
utility_handlers \- 
 
6
.PP
 
7
Simplify request processing A group of handlers intended to simplify certain aspects of processing a request for a MIB object.  
6
8
 
7
 
.PP
8
9
.SS "Modules"
9
10
 
10
11
.in +1c
11
12
.ti -1c
12
13
.RI "\fBbulk_to_next\fP"
13
14
.br
 
15
.PP
 
16
 
14
17
.RI "\fIConvert GETBULK requests into GETNEXT requests for the handler. \fP"
15
 
.PP
16
 
.in +1c
17
 
 
18
18
.ti -1c
19
19
.RI "\fBcache_handler\fP"
20
20
.br
 
21
.PP
 
22
 
21
23
.RI "\fIMaintains a cache of data for use by lower level handlers. \fP"
22
 
.PP
23
 
.in +1c
24
 
 
25
24
.ti -1c
26
25
.RI "\fBdebug\fP"
27
26
.br
 
27
.PP
 
28
 
28
29
.RI "\fIPrint out debugging information about the handler chain being called. \fP"
29
 
.PP
30
 
.in +1c
31
 
 
32
30
.ti -1c
33
31
.RI "\fBmode_end_call\fP"
34
32
.br
 
33
.PP
 
34
 
35
35
.RI "\fIAt the end of a series of requests, call another handler hook. \fP"
36
 
.PP
37
 
.in +1c
38
 
 
39
36
.ti -1c
40
37
.RI "\fBmultiplexer\fP"
41
38
.br
 
39
.PP
 
40
 
42
41
.RI "\fISplits mode requests into calls to different handlers. \fP"
43
 
.PP
44
 
.in +1c
45
 
 
46
42
.ti -1c
47
43
.RI "\fBread_only\fP"
48
44
.br
 
45
.PP
 
46
 
49
47
.RI "\fIMake your handler read_only automatically The only purpose of this handler is to return an appropriate error for any requests passed to it in a SET mode. \fP"
50
 
.PP
51
 
.in +1c
52
 
 
53
48
.ti -1c
54
49
.RI "\fBrow_merge\fP"
55
50
.br
 
51
.PP
 
52
 
56
53
.RI "\fICalls sub handlers with request for one row at a time. \fP"
57
 
.PP
58
 
.in +1c
59
 
 
60
54
.ti -1c
61
55
.RI "\fBserialize\fP"
62
56
.br
 
57
.PP
 
58
 
63
59
.RI "\fICalls sub handlers one request at a time. \fP"
64
 
.PP
65
 
.in +1c
66
 
 
67
60
.ti -1c
68
61
.RI "\fBstash_to_next\fP"
69
62
.br
 
63
.PP
 
64
 
70
65
.RI "\fIConvert GET_STASH requests into GETNEXT requests for the handler. \fP"
71
 
.PP
72
 
 
73
66
.in -1c
74
67
.SH "Detailed Description"
75
68
.PP 
76
69
Simplify request processing A group of handlers intended to simplify certain aspects of processing a request for a MIB object. 
77
 
.PP
 
70
 
78
71
These helpers do not implement any MIB objects themselves. Rather they handle specific generic situations, either returning an error, or passing a (possibly simpler) request down to lower level handlers. 
 
72
.SH "Author"
 
73
.PP 
 
74
Generated automatically by Doxygen for net-snmp from the source code.