From a0a7ccbbc7d68e7e639630f33637a9bf33d26dff Mon Sep 17 00:00:00 2001 From: oetiker Date: Mon, 25 Apr 2005 21:59:12 +0000 Subject: [PATCH] integrated iana and external tutorials git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@433 a5681a0c-68f1-0310-ab6d-d61299d08faa --- website/iana/RRDTOOL-SMI.txt | 48 ++++++++++++++++++++++++++++++++++++ website/iana/index.wml | 24 ++++++++++++++++++ website/navbar.inc | 1 + website/tut/index.wml | 11 +++++++++ 4 files changed, 84 insertions(+) create mode 100644 website/iana/RRDTOOL-SMI.txt create mode 100644 website/iana/index.wml diff --git a/website/iana/RRDTOOL-SMI.txt b/website/iana/RRDTOOL-SMI.txt new file mode 100644 index 00000000..1d76f157 --- /dev/null +++ b/website/iana/RRDTOOL-SMI.txt @@ -0,0 +1,48 @@ +RRDTOOL-SMI DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY, + OBJECT-IDENTITY, + enterprises + FROM SNMPv2-SMI; + +rrdtool MODULE-IDENTITY + LAST-UPDATED "200404010000Z" + ORGANIZATION "RRD Tool" + CONTACT-INFO + " Tobi Oetiker + + Postal: OETIKER+PARTNER + Aarweg 15 + CH-4600 Olten + Switzerland + + Telephone: +41 62 213 9907 + E-mail: tobi@oetiker.ch + + RRD Tool Information: + http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/ + " + DESCRIPTION + "The Structure of RRDTool fellow projects" + ::= { enterprises 14697 } -- assigned by IANA + +rrfw OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Round Robin Database Framework. + http://rrfw.sourceforge.net/ + " + ::= { rrdtool 1 } + +mobilerrd OBJECT-IDENTITY + STATUS current + DESCRIPTION + "RRDtool within KPN Mobile. + Contact w.a.siebring@kpn.com + " + ::= { rrdtool 2 } + +-- more to come if necessary. + +END diff --git a/website/iana/index.wml b/website/iana/index.wml new file mode 100644 index 00000000..accec106 --- /dev/null +++ b/website/iana/index.wml @@ -0,0 +1,24 @@ + + +

The RRDtool Enterprise Tree

+ +

The IANA has assigned the Enterprise OID 1.3.6.1.4.1.14697 to the +RRDtool project. This enables us to give out sub OIDs to RRDtool +frontends which need a place in the SNMP tree to place their own OIDs. If +you want an OID for your project, please drop me a line.

+ +

The toplevel MIB defining the basic structure of our tree is RRDTOOL-SMI

+ +

MIB Subregistrations

+ +

The following subregistrations have been accepted:

+ + + +

If you submit MIB modules, please validate them +before sending them to me. State in your mail that you have validated the MIB, or I will ask you todo it.

diff --git a/website/navbar.inc b/website/navbar.inc index e1b6c36e..087d85fd 100644 --- a/website/navbar.inc +++ b/website/navbar.inc @@ -9,6 +9,7 @@ + diff --git a/website/tut/index.wml b/website/tut/index.wml index afbbfd29..5b654d99 100644 --- a/website/tut/index.wml +++ b/website/tut/index.wml @@ -6,3 +6,14 @@
#include "index.inc"
+ +

External Tutorials

+ +

Some of these external tutorials may not be in sync with the latest release of rrdtool.

+ + -- 2.30.2