import torrus 1.0.9
[freeside.git] / torrus / sup / mibs / RRDTOOL-SMI.txt
1 RRDTOOL-SMI DEFINITIONS ::= BEGIN
2
3 IMPORTS
4         MODULE-IDENTITY,
5         OBJECT-IDENTITY,
6         enterprises
7                 FROM SNMPv2-SMI;
8
9 rrdtool MODULE-IDENTITY
10         LAST-UPDATED "200209150000Z"
11         ORGANIZATION "RRD Tool"
12         CONTACT-INFO
13                 "    Tobi Oetiker
14
15                 Postal: ETZ J97, ETH
16                         8092 Zurich
17                         Switzerland
18
19                 Telephone: +41 1 632-5286
20                 E-mail: oetiker@ee.ethz.ch
21
22                 RRD Tool Information:
23                   http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
24                 "
25         DESCRIPTION
26                 "The Structure of RRDTool fellow projects"
27         ::= { enterprises 14697 }       -- assigned by IANA
28
29 torrus    OBJECT-IDENTITY
30         STATUS  current
31         DESCRIPTION
32                 "Round Robin Database Framework. 
33                 http://torrus.sourceforge.net/
34                 "
35         ::= { rrdtool 1 }
36
37 -- more to come if necessary.
38
39 END