summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidnetsnmp/man/netsnmp_leaf.3
blob: 87b77c4badddffcbeccb826e100a34378a7f40d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.TH "leaf_handlers" 3 "5 Sep 2008" "Version 5.4.2" "net-snmp" \" -*- nroff -*-
.ad l
.nh
.SH NAME
leaf_handlers \- Process individual leaf objects A group of handlers to implement individual leaf objects and instances (both scalar objects, and individual objects and instances within a table).  

.PP
.SS "Modules"

.in +1c
.ti -1c
.RI "\fBinstance\fP"
.br
.RI "\fIProcess individual MIB instances easily. \fP"
.PP
.in +1c

.ti -1c
.RI "\fBscalar\fP"
.br
.RI "\fIProcess scalars easily. \fP"
.PP
.in +1c

.ti -1c
.RI "\fBscalar_group\fP"
.br
.RI "\fIProcess groups of scalars. \fP"
.PP
.in +1c

.ti -1c
.RI "\fBwatcher\fP"
.br
.RI "\fIWatch a specified variable and process it as an instance or scalar object. \fP"
.PP

.in -1c
.SH "Detailed Description"
.PP 
Process individual leaf objects A group of handlers to implement individual leaf objects and instances (both scalar objects, and individual objects and instances within a table). 
.PP
These handlers will typically allow control to be passed down to a lower level, user-provided handler, but this is (usually) optional.