~statik/ubuntu/maverick/erlang/erlang-merge-testing

« back to all changes in this revision

Viewing changes to lib/otp_mibs/doc/src/mibs.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-05-01 10:14:38 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090501101438-6qlr6rsdxgyzrg2z
Tags: 1:13.b-dfsg-2
* Cleaned up patches: removed unneeded patch which helped to support
  different SCTP library versions, made sure that changes for m68k
  architecture applied only when building on this architecture.
* Removed duplicated information from binary packages descriptions.
* Don't require libsctp-dev build-dependency on solaris-i386 architecture
  which allows to build Erlang on Nexenta (thanks to Tim Spriggs for
  the suggestion).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="latin1" ?>
 
2
<!DOCTYPE chapter SYSTEM "chapter.dtd">
 
3
 
 
4
<chapter>
 
5
  <header>
 
6
    <copyright>
 
7
      <year>2003</year><year>2009</year>
 
8
      <holder>Ericsson AB. All Rights Reserved.</holder>
 
9
    </copyright>
 
10
    <legalnotice>
 
11
      The contents of this file are subject to the Erlang Public License,
 
12
      Version 1.1, (the "License"); you may not use this file except in
 
13
      compliance with the License. You should have received a copy of the
 
14
      Erlang Public License along with this software. If not, it can be
 
15
      retrieved online at http://www.erlang.org/.
 
16
    
 
17
      Software distributed under the License is distributed on an "AS IS"
 
18
      basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
19
      the License for the specific language governing rights and limitations
 
20
      under the License.
 
21
    
 
22
    </legalnotice>
 
23
 
 
24
    <title>Mibs</title>
 
25
    <prepared>Ingela Anderton</prepared>
 
26
    <docno></docno>
 
27
    <date>2003-05-19</date>
 
28
    <rev>A</rev>
 
29
  </header>
 
30
 
 
31
  <section>
 
32
    <title>Structure</title>
 
33
    <p>The OTP mibs are stored in the
 
34
      <c>$OTP_ROOT/lib/otp_mibs/mibs/</c> directory. They
 
35
      are defined in SNMPv2 SMI syntax. An SNMPv1 version of the mib is
 
36
      delivered in the <c>mibs/v1</c> directory. The compiled MIB is
 
37
      located under <c>priv/mibs</c>, and the generated <c>.hrl</c>
 
38
      file under the <c>include</c> directory. To compile a MIB that
 
39
      IMPORTS a MIB in the OTP_Mibs application, give the option
 
40
      <c>{il, ["otp_mibs/priv/mibs"]}</c> to the MIB compiler.</p>
 
41
  </section>
 
42
 
 
43
  <section>
 
44
    <title>OTP-MIB</title>
 
45
    <p>The OTP-MIB mib represents information about Erlang nodes such as
 
46
      node name, number of running processes, virtual machine version
 
47
      etc. If the MIB should be used in a system, it should be
 
48
      loaded into an SNMP agent by using the API function
 
49
      <c>otp_mib:load/1</c>.</p>
 
50
  </section>
 
51
 
 
52
  <section>
 
53
    <title>OTP-REG</title>
 
54
    <p>The OTP-REG mib defines the unique OTP subtree of object
 
55
      identifiers under the Ericsson subtree. Under the OTP subtree
 
56
      several object identifiers are defined. This module is typically
 
57
      included by OTP applications defining their own mibs, or ASN.1
 
58
      modules in general, that require unique object identifiers under
 
59
      the OTP subtree.</p>
 
60
  </section>
 
61
 
 
62
  <section>
 
63
    <title>OTP-TC</title>
 
64
    <p>The OTP-TC mib provides the textual convention datatype
 
65
      <c>OwnerString</c>.</p>
 
66
  </section>
 
67
</chapter>
 
68
 
 
69